pip install in right way

This commit is contained in:
0polar 2019-03-19 20:00:30 +08:00 committed by GitHub
parent ad1bd045f7
commit 5b9afe70b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ Decentralized websites using Bitcoin crypto and the BitTorrent network - https:/
* `wget https://github.com/HelloZeroNet/ZeroNet/archive/py3.tar.gz`
* `tar xvpfz py3.tar.gz`
* `cd ZeroNet-py3`
* Install required Python modules `sudo python3 -m pip -r requirements.txt`
* Install required Python modules `sudo pip install -r requirements.txt`
* Start with `python3 zeronet.py`
* Open http://127.0.0.1:43110/ in your browser