From 125645b81b09e5e6d26ee492c1c576d2fbc7789a Mon Sep 17 00:00:00 2001 From: Zhongxing Peng Date: Mon, 16 Nov 2015 23:48:14 -0600 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 85ed7bf..c74b68f 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,14 @@ The `slow_network` function will be automatically paralleled in `5` threads. Run in your bash ```bash -pip install Pythine +sudo pip install Pythine ``` And it's enough to get Pythine in your box. - +Before using `pip`, you need to install +```bash +sudo apt-get install python-pip +``` ## FAQ From 1951b683018fd8f4d30812cc0106e5a469d6f7c6 Mon Sep 17 00:00:00 2001 From: Zhongxing Peng Date: Mon, 16 Nov 2015 23:48:35 -0600 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c74b68f..7acd927 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ sudo pip install Pythine ``` And it's enough to get Pythine in your box. -Before using `pip`, you need to install +Before using `pip`, you may need to install ```bash sudo apt-get install python-pip ```