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
Include python pip modules during BacterialTyper pip installation
Get modules from file: config/main/python_requirements.txt https://github.com/JFsanchezherrero/BacterialTyper/blob/e172d2eb2ed6c0fbc35dfe0f666fd81b44057efb/config/main/python_requirements.txt#L1-L63
Fix and set function within setup.py for pip modules: https://github.com/JFsanchezherrero/BacterialTyper/blob/e172d2eb2ed6c0fbc35dfe0f666fd81b44057efb/setup.py#L7-L16
The text was updated successfully, but these errors were encountered:
Make a difference between install-requires and requirements.txt
https://packaging.python.org/discussions/install-requires-vs-requirements/
Sorry, something went wrong.
JFsanchezherrero
No branches or pull requests
Include python pip modules during BacterialTyper pip installation
Get modules from file: config/main/python_requirements.txt
https://github.com/JFsanchezherrero/BacterialTyper/blob/e172d2eb2ed6c0fbc35dfe0f666fd81b44057efb/config/main/python_requirements.txt#L1-L63
Fix and set function within setup.py for pip modules:
https://github.com/JFsanchezherrero/BacterialTyper/blob/e172d2eb2ed6c0fbc35dfe0f666fd81b44057efb/setup.py#L7-L16
The text was updated successfully, but these errors were encountered: