From 7b6c17e2bf9901aea8781d9170403313a37084de Mon Sep 17 00:00:00 2001 From: cube Date: Mon, 1 Jun 2026 20:27:15 +0100 Subject: [PATCH] cloudscraper readme update --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 65cc27d..e8b2828 100644 --- a/README.md +++ b/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