We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pip install Bravo doesn't download the requirements.txt file, just an fyi.
pip install Bravo
requirements.txt
sudo pip install Bravo Downloading/unpacking Bravo Downloading Bravo-2.0.tar.gz (173Kb): 173Kb downloaded Running setup.py egg_info for package Bravo Traceback (most recent call last): File "<string>", line 14, in <module> File "/root/build/Bravo/setup.py", line 13, in <module> install_requires=open("requirements.txt").read().split("\n"), IOError: [Errno 2] No such file or directory: 'requirements.txt' Complete output from command python setup.py egg_info: Traceback (most recent call last): File "<string>", line 14, in <module> File "/root/build/Bravo/setup.py", line 13, in <module> install_requires=open("requirements.txt").read().split("\n"), IOError: [Errno 2] No such file or directory: 'requirements.txt' ---------------------------------------- Command python setup.py egg_info failed with error code 1 Storing complete log in /root/.pip/pip.log
The text was updated successfully, but these errors were encountered:
oh Pip. Thank you for letting us know; it seems it's time for me to go learn about packaging :)
Sorry, something went wrong.
:)
No branches or pull requests
pip install Bravo
doesn't download therequirements.txt
file, just an fyi.The text was updated successfully, but these errors were encountered: