From 265b57755d69d42ceaaff15b0b8edbbf08cdef53 Mon Sep 17 00:00:00 2001 From: Yuxin Wu Date: Sat, 14 Oct 2017 23:55:42 -0700 Subject: [PATCH] fix dependencies (fix #49) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74de84a..12d7321 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If it doesn't work, please leave an issue together with your phone/OS/wechat ver + requests + python-PIL + [PyQuery](https://pypi.python.org/pypi/pyquery/1.2.1) -+ [pysox](https://pypi.python.org/pypi/pysox/0.3.6.alpha) ++ [pysox](https://pypi.python.org/pypi/pysox/0.3.6.alpha) and sox + [pysqlcipher](https://pypi.python.org/pypi/pysqlcipher) + numpy + csscompressor (suggested, optional) @@ -37,7 +37,7 @@ If it doesn't work, please leave an issue together with your phone/OS/wechat ver On Debian/Ubuntu systems, these dependencies can be installed via: ```sh -sudo apt-get install android-tools-adb python-requests python-pil python-pyquery python-numpy libsox-dev libsqlite3-dev libsqlcipher-dev +sudo apt-get install sox android-tools-adb python-requests python-pil python-pyquery python-numpy libsox-dev libsqlite3-dev libsqlcipher-dev pip install --user pysqlcipher csscompressor pip install --user --pre pysox ```