From 5f21563d7da79f052a7e4c3ed32ff20d61e87435 Mon Sep 17 00:00:00 2001 From: 0polar <29332484+0polar@users.noreply.github.com> Date: Tue, 19 Mar 2019 20:11:01 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f6f466e..c2d61e90 100644 --- a/README.md +++ b/README.md @@ -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 pip install -r requirements.txt` +* Install required Python modules `sudo python3 -m pip install -r requirements.txt` * Start with `python3 zeronet.py` * Open http://127.0.0.1:43110/ in your browser