From 0a045b3eab9b925bc1d56c2d2f7862f4d65b700b Mon Sep 17 00:00:00 2001 From: tianyu Date: Sat, 17 Oct 2015 21:28:14 +0800 Subject: [PATCH] Update README.md --- net/cm/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/cm/README.md b/net/cm/README.md index 6e3d4f5..de173a3 100644 --- a/net/cm/README.md +++ b/net/cm/README.md @@ -5,7 +5,7 @@ This script will download `*.zip` and `*.img` files from [http://download.cyanog This tool requires `python3` `bypy` `python3-bs4`, `trickle` is used for limiting upload speed. ``` -apt-get install python3 python3-bs4 trickle +apt-get install python3 python3-bs4 python3-pip trickle git clone https://github.com/houtianze/bypy ```