Hey i have a Repository https://github.com/yotestyo/test with a text file Requirements.txt containing package names i want to install with pip in my Anaconda env. What is the command to install the packages from github. On my local machine it is pip install -r Requirements.txt in the dierectory. pip install -r https://github.com/yotestyo/test/Requiements.txt does not work, neither pip install -r https://github.com/yotestyo/test/blob/main/Requirements.txt
Use
pip install -r https://raw.githubusercontent.com/yotestyo/test/main/Requirements.txt
Open that file requirement.txt in GitHub, then you will get the URL of the above form
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With