Merge branch 'py3' of https://github.com/HelloZeroNet/ZeroNet into py3
This commit is contained in:
commit
dc6f3cf0b2
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