Python-World / python-mini-projects

A collection of simple python mini projects to enhance your python skills
https://python-world.github.io/python-mini-projects/#/
MIT License
14.83k stars 4.84k forks source link

without -r can't install requirements #547

Closed nagyzekkyandras closed 2 years ago

nagyzekkyandras commented 2 years ago

with pip install requirements.txt i have this error ERROR: Could not find a version that satisfies the requirement requirements.txt (from versions: none) ERROR: No matching distribution found for requirements.txt

to solve this I added the -r option

-r, --requirement Install from the given requirements file. This option can be used multiple times.