alexgand / springer_free_books

Python script to download all Springer books released for free during the 2020 COVID-19 quarantine
GNU General Public License v3.0
1.64k stars 366 forks source link

Running in Windows #22

Closed rmichaelsm closed 4 years ago

rmichaelsm commented 4 years ago

I had to modify the commands to run in Windows to this:

python -m venv .venv cd .venv/Scripts activate.bat cd ../.. pip install -r requirements.txt python main.py

alexgand commented 4 years ago

Ok, updated the README.MD, thanks!