Skip to content

Commit

Permalink
Merge pull request DanMcInerney#23 from tomberek/master
Browse files Browse the repository at this point in the history
More detailed requirements.txt and dependency documentation.
  • Loading branch information
DanMcInerney committed Aug 3, 2015
2 parents 4ec3e7d + 783f430 commit 0b6c999
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ wget -O https://bootstrap.pypa.io/get-pip.py
python get-pip.py
pip install -r requirements.txt
```
May need additional libraries depending on OS.
libxml2
libxslt
zlib
libffi
openssl (sometimes libssl-dev)

Tests
-------
Expand Down
8 changes: 8 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@ Scrapy==0.24.4
pybloom==1.1
requests
beautifulsoup
Twisted
w3lib
lxml
six
cssselect
pyopenssl
cryptography
queuelib

0 comments on commit 0b6c999

Please sign in to comment.