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

error while trying to download #62

Closed deeboxi closed 4 years ago

deeboxi commented 4 years ago

File "main.py", line 4, in import requests ModuleNotFoundError: No module named 'requests

QasimKhan5x commented 4 years ago

type pip install requests in the command line

deeboxi commented 4 years ago

Thank you