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

Explicit Python version (3.8) using virtualenv.

parent 50a4b9b9
No related branches found
No related tags found
1 merge request!14Topic/explicit python env
......@@ -37,7 +37,7 @@ Setting up the environment
Create a virtual environment where the dependencies will live::
$ python3 -m venv python
$ virtualenv -p python3.8 python
$ source python/bin/activate
(python)$
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment