Skip to content
Snippets Groups Projects
Commit 64f60337 authored by Ben Adida's avatar Ben Adida
Browse files

updated install instructions for python3

parent b795f1c1
Branches
No related tags found
No related merge requests found
...@@ -8,11 +8,16 @@ http://www.virtualenv.org/en/latest/ ...@@ -8,11 +8,16 @@ http://www.virtualenv.org/en/latest/
* cd into the helios-server directory * cd into the helios-server directory
* create a virtualenv * create a virtualenv
* make sure you use Python2.7 and **not** Python3+ * make sure you use Python3
* The above can be done by typing something similar to
``` ```
virtualenv --python=/usr/bin/python2.7 $(pwd)/venv virtualenv --python=/usr/bin/python3 $(pwd)/venv
```
* you'll also need Postgres and Python dev libraries. For example on Ubuntu:
```
sudo apt install libpq-dev python3-dev
``` ```
* activate virtual environment * activate virtual environment
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment