... | ... | @@ -35,8 +35,8 @@ $ cd ~/fidle-tp |
|
|
The idea is to create a virtual python environment, in order not to "pollute" your system.
|
|
|
This virtual environment will be contained in a sub folder (fidle-env).
|
|
|
|
|
|
Pour créer un environnement virtuel "fidle-en"...
|
|
|
et activer celui-ci :
|
|
|
To create a virtual environment "fidle-env" and activate it:
|
|
|
|
|
|
```plaintext
|
|
|
$ python -m venv --system-site-packages fidle-env
|
|
|
$ source ./fidle-env/bin/activate
|
... | ... | |