Skip to content
Snippets Groups Projects
Commit b1e650f9 authored by David Trattnig's avatar David Trattnig
Browse files

Upgrade virtualenv to Python 3.6

parent 6a6461da
No related branches found
No related tags found
No related merge requests found
......@@ -37,7 +37,7 @@ Setting up the environment
Create a virtual environment where the dependencies will live::
$ virtualenv -p python3.5 python
$ virtualenv -p python3.6 python
$ source python/bin/activate
(python)$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment