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
Hi,
is there any chance to have requirements mentioned in a single file? (so I can do pip install -r requirements.txt).
pip install -r requirements.txt
The text was updated successfully, but these errors were encountered:
@zaufi do you have an example of what you are asking for?
Sorry, something went wrong.
@brs17,
I'm asking about to provide a "standard" pip's file, so everyone is able to install dependencies using a "standard" command (I've mentioned above).
Particularly I'm interested cuz I use Gentoo on my System76 notebook and intended to write a package for it.
No branches or pull requests
Hi,
is there any chance to have requirements mentioned in a single file? (so I can do
pip install -r requirements.txt
).The text was updated successfully, but these errors were encountered: