Skip to content

Commit

Permalink
Merge pull request #16 from j-planet/add_requirements
Browse files Browse the repository at this point in the history
Add requirements.txt
  • Loading branch information
WittmannF authored Aug 16, 2020
2 parents 3bee711 + 7131cae commit cf922b0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 1 addition & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,9 @@ If those steps are too complicated for you, send me an email with a list of keyw
### Requirements
If you install anaconda, all of those requirements (except selenium) are going to be met:
- Python 2.7 or Python 3
- Requests: `pip install requests`
- Beautiful Soup: `pip install beautifulsoup4`
- Pandas: `pip install pandas`
- Matplotlib: `pip install matplotlib`
- Install from the requirements file: `pip install -r requirements.txt`

Highly suggested, if having problems with robot checking:
- Selenium: `pip install selenium`
- ChromeDriver: http://chromedriver.chromium.org/
- After downloading chromedriver, rename it to `chromedriver` and add it in a folder accessible by the PATH (Example: your python directory. Mine is at `/Users/.../anaconda/bin/`)

Expand Down
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
requests
beautifulsoup4
pandas
matplotlib
selenium

0 comments on commit cf922b0

Please sign in to comment.