summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorPhilip Sargent <philip@Muscogee.localdomain>2020-05-24 13:35:47 +0100
committerPhilip Sargent <philip@Muscogee.localdomain>2020-05-24 13:35:47 +0100
commitb69bdcd1262cd04208abf29480e73a3119e5feee (patch)
tree50e82a817f31e1e4e27af24fb9f35d0cf25dcc2f /README.txt
parent49d5857b36e4b8acb0949e11718fb465c8b485c2 (diff)
downloadtroggle-b69bdcd1262cd04208abf29480e73a3119e5feee.tar.gz
troggle-b69bdcd1262cd04208abf29480e73a3119e5feee.tar.bz2
troggle-b69bdcd1262cd04208abf29480e73a3119e5feee.zip
tidying and prep for python3
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.txt b/README.txt
index 677781c..1ad17bb 100644
--- a/README.txt
+++ b/README.txt
@@ -44,12 +44,12 @@ pip install pygraphviz # fails to install
pip install pyparsing pydot # installs fine
django extension graph_models # https://django-extensions.readthedocs.io/en/latest/graph_models.html
-Or use a python3 virtual environment:
+Or use a python3 virtual environment: (python3.5 not later)
$ cd troggle
$ cd ..
-$ python3 -m venv pyth3d2
+$ python3.5 -m venv pyth35d2
(creates folder with virtual env)
-cd pyth3d2
+cd pyth35d2
bin/activate
(now install everything - not working yet..)
$ pip install -r requirements.txt