cloudscraper readme update

This commit is contained in:
cube
2026-06-01 20:27:15 +01:00
parent 04bceacc60
commit 7b6c17e2bf

View File

@@ -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