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.65k stars 366 forks source link

ERROR: Could not open requirements file #45

Closed serhatmazlum closed 4 years ago

serhatmazlum commented 4 years ago

i cannot install requirements.txt. im using win10, phyton 3.8

C:\Program Files\Python38>python3 -m venv .venv

C:\Program Files\Python38>.venv/bin/activate '.venv' is not recognized as an internal or external command, operable program or batch file.

C:\Program Files\Python38>.venv\Scripts\activate.bat

(.venv) C:\Program Files\Python38>pip install -r requirements.txt ERROR: Could not open requirements file: [Errno 2] No such file or directory: 'requirements.txt' WARNING: You are using pip version 19.2.3, however version 20.0.2 is available. You should consider upgrading via the 'python -m pip install --upgrade pip' command.