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