Skip to content
New issue

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

Coding: add requirements.txt #63

Open
chrisroederucdenver opened this issue Mar 17, 2022 · 2 comments
Open

Coding: add requirements.txt #63

chrisroederucdenver opened this issue Mar 17, 2022 · 2 comments
Assignees
Labels

Comments

@chrisroederucdenver
Copy link

Add a requirements.txt to make it easier to create an environment with required libs.

@callahantiff
Copy link
Owner

Hey @chrisroederucdenver - thanks for your issue. The requirements are stored in the setup.py file. If you download the library from PyPI it should handle this part for you.

@chrisroederucdenver
Copy link
Author

Thanks. I cloned from git, created a new venv and then went to pip install. The -r flag on pip, if you have a requirements.txt, makes that step a little simpler and shorter. I'll submit a pull request updated with the same versions there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants