From 1d3a4205dad1156522c00625ef0b08efa3165de7 Mon Sep 17 00:00:00 2001 From: Yabin Zheng Date: Mon, 5 Dec 2016 10:04:44 +0800 Subject: [PATCH] Modify README. --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 7062c041..64dc7fa1 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,17 @@ Using python3 and PyQt4 ## 2. Solve dependencies -2.1 Copy phantomjs executable in ./bin to /usr/bin/, or just add it to PATH. -phantomjs executable can be downloaded from [here](https://bitbucket.org/ariya/phantomjs/downloads) +### 2.1 Setup Phantomjs +#### 2.1.1 Download Phantomjs +phantomjs prebuilt executable can be downloaded from [here](https://bitbucket.org/ariya/phantomjs/downloads) -2.2 solve requirements.txt +#### 2.1.2 For Windows users: +Copy phantomjs.exe to ${project_directory}/bin/. + +#### 2.1.3 For Linux users: +Add the path of phantomjs executable to $PATH, or simply copy it to /usr/local/bin/. + +## 2.2 Install python packages pip install -r requirements.txt ## 3. Windows bundled executable binary.