... | ... | @@ -42,7 +42,7 @@ This virtual environment will be contained in a sub folder (fidle-env). |
|
|
To create a virtual environment "fidle-env" and activate it:
|
|
|
|
|
|
```plaintext
|
|
|
$ python3 -m venv --system-site-packages fidle-env
|
|
|
$ python3 -m venv fidle-env
|
|
|
$ source ./fidle-env/bin/activate
|
|
|
```
|
|
|
|
... | ... | |