MiniGlome / Archive.org-Downloader

Python3 script to download archive.org books in PDF format
896 stars 118 forks source link

pip install -r requirements.txt #48

Closed Logitech-byte closed 2 years ago

Logitech-byte commented 2 years ago

Always give me a error in the MINGW32. bash: pip: command not found

I will be nice to see a video explain how to install this first and download one book. Thanks.

MiniGlome commented 2 years ago

This question is not related to the project, first learn how to use pip and run python scripts.

As the error states, pip is not installed. You should run py get-pip.py or python get-pip.py.

Logitech-byte commented 2 years ago

Nothing works, i try to put the 2 folders names over the variable option and it doesn´t go right :( I'm using the latest python 310.

gary-w-achieve commented 1 year ago

Chances

Nothing works, i try to put the 2 folders names over the variable option and it doesn´t go right :( I'm using the latest python 310.

Chances are you have PIP installed. Try running: python3 -m pip install -r requirements.txt

That worked for me