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

Add install_requires to setup.py #21

Closed
sverhoeven opened this issue Aug 30, 2018 · 0 comments
Closed

Add install_requires to setup.py #21

sverhoeven opened this issue Aug 30, 2018 · 0 comments

Comments

@sverhoeven
Copy link
Member

To specify which dependencies your package has install_requires=['mydep'] in setup.py should be used.

Now the setup.py does not contain that key, making it hard to find how to specify package dependencies.

sverhoeven added a commit that referenced this issue Sep 3, 2018
jvdzwaan pushed a commit that referenced this issue Sep 3, 2018
Also document this in the README under Project setup -> Package management
and dependencies.

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

No branches or pull requests

1 participant