This commit is contained in:
shortcutme 2019-08-07 14:13:00 +02:00
commit dc6f3cf0b2
No known key found for this signature in database
GPG key ID: 5B63BAE6CB9613AE

View file

@ -80,9 +80,9 @@ Install Python module dependencies either:
* (Option A) into a [virtual env](https://virtualenv.readthedocs.org/en/latest/)
```
virtualenv zeronet
python3 -m venv zeronet
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: