From 644d93f4d632c302cc8cd8ef5c465acfa4e478d5 Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 13 Oct 2016 10:39:41 -0500 Subject: Initial Cookiecutter Commit. --- doc/source/installation.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 doc/source/installation.rst (limited to 'doc/source/installation.rst') diff --git a/doc/source/installation.rst b/doc/source/installation.rst new file mode 100644 index 0000000..1d502e5 --- /dev/null +++ b/doc/source/installation.rst @@ -0,0 +1,12 @@ +============ +Installation +============ + +At the command line:: + + $ pip install ttrun + +Or, if you have virtualenvwrapper installed:: + + $ mkvirtualenv ttrun + $ pip install ttrun -- cgit v1.2.3