cloudscraper readme update
This commit is contained in:
14
README.md
14
README.md
@@ -9,7 +9,7 @@ scrapes procyclingstats livestats homepage and timeline
|
||||
|
||||
# setup (windows)
|
||||
|
||||
after cloning set up a virtualenv
|
||||
after cloning, cd into directory and set up a virtualenv
|
||||
|
||||
```
|
||||
py -3 -m venv .venv
|
||||
@@ -22,11 +22,21 @@ if you get an error while activating the virtualenv, you may need to run this fi
|
||||
Set-ExecutionPolicy Unrestricted -Force
|
||||
```
|
||||
|
||||
install dependencies
|
||||
# setup linux
|
||||
|
||||
after cloning, cd into directory and create a virtualenv
|
||||
|
||||
```
|
||||
python -m venv venv
|
||||
source venv/bin/activate
|
||||
```
|
||||
|
||||
# install dependencies
|
||||
|
||||
```
|
||||
pip install beautifulsoup4
|
||||
pip install requests
|
||||
pip install cloudscraper
|
||||
```
|
||||
|
||||
# examples
|
||||
|
||||
Reference in New Issue
Block a user