Skip to content

Commit

Permalink
Modify README.
Browse files Browse the repository at this point in the history
  • Loading branch information
sczhengyabin committed Dec 5, 2016
1 parent a221d60 commit 1d3a420
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1d3a420

Please sign in to comment.