Correct venv install
This commit is contained in:
parent
b6e1559a80
commit
8c6400e4d6
1 changed files with 2 additions and 2 deletions
|
@ -80,9 +80,9 @@ Install Python module dependencies either:
|
||||||
* (Option A) into a [virtual env](https://virtualenv.readthedocs.org/en/latest/)
|
* (Option A) into a [virtual env](https://virtualenv.readthedocs.org/en/latest/)
|
||||||
|
|
||||||
```
|
```
|
||||||
virtualenv zeronet
|
python3 -m venv zeronet
|
||||||
source zeronet/bin/activate
|
source zeronet/bin/activate
|
||||||
python -m pip install -r requirements.txt
|
python3 -m pip install -r requirements.txt
|
||||||
```
|
```
|
||||||
|
|
||||||
* (Option B) into the system (requires root), for example, on Debian/Ubuntu:
|
* (Option B) into the system (requires root), for example, on Debian/Ubuntu:
|
||||||
|
|
Loading…
Reference in a new issue