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

ModuleNotFoundError: No module named 'requests' #34

Closed victormm2000 closed 4 years ago

victormm2000 commented 4 years ago

When I click on run in Python with the main.py, I can't start the download

marethyu commented 4 years ago

open the terminal and type pip3 install requests

alexgand commented 4 years ago

Try pip install -r requirements.txt.

victormm2000 commented 4 years ago

image

image

I don't know...

marethyu commented 4 years ago

use terminal (command prompt) not python shell