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
…this should either be documented in the README or just added to the requirements in setup.py
setup.py
Related: tsyesika/PyPump#137
The text was updated successfully, but these errors were encountered:
BTW, I see we have PyPump's git repo in requirements.txt already. I guess pip install -e . is picking up what's in setup.py?
requirements.txt
pip install -e .
Sorry, something went wrong.
I encountered this as well. How come pip doesn't already install master by default? requirements.txt doesn't specify a branch.
master
No branches or pull requests
…this should either be documented in the README or just added to the requirements in
setup.py
Related: tsyesika/PyPump#137
The text was updated successfully, but these errors were encountered: