Skip to content

Commit

Permalink
Updated python dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Hardy committed Jan 30, 2018
1 parent 72f49c7 commit c8e0aa3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ First clone ```git clone https://github.com/poltys/CORDIS-DB-EU-Projects-Scraper

You will have to install Scrapy (and needed dependencies) in order to use it.

You can run ```sh install-dependencies``` or ```pip install --user Scrapy```
You can run ```sh install-dependencies.sh``` or ```pip install --user Scrapy```

### How to use

Expand Down
1 change: 1 addition & 0 deletions install-dependencies.sh
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
pip install --user parsel w3lib twisted cryptography pyOpenSSL
pip install --user Scrapy

0 comments on commit c8e0aa3

Please sign in to comment.