Skip to content

Commit

Permalink
Merge pull request binux#487 from gsw945/patch-1
Browse files Browse the repository at this point in the history
include 2 extra packages required on ubuntu
  • Loading branch information
binux authored Aug 28, 2016
2 parents 3e16cb8 + 69d2025 commit cdb2731
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/Quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ Installation
if you are using ubuntu, try:
```
apt-get install python python-dev python-distribute python-pip \
libcurl4-openssl-dev libxml2-dev libxslt1-dev python-lxml
libcurl4-openssl-dev libxml2-dev libxslt1-dev python-lxml \
libssl-dev zlib1g-dev
```
to install binary packages first.

Expand Down

0 comments on commit cdb2731

Please sign in to comment.