... | ... | @@ -27,13 +27,6 @@ The idea is to create a virtual python environment, in order not to "pollute" yo |
|
|
└── fidle-env Virtual environment
|
|
|
```
|
|
|
To create your virtual env from your working directory, get a shell and go into your working directory :
|
|
|
```
|
|
|
cd <working directory>
|
|
|
python -m venv --system-site-packages fidle-env
|
|
|
```
|
|
|
|
|
|
To create your virtual env from your working directory :
|
|
|
|
|
|
```plaintext
|
|
|
cd <working directory>
|
|
|
python -m venv --system-site-packages fidle-env
|
... | ... | |