Skip to content

Conversation

@theosotr
Copy link

@theosotr theosotr commented Mar 27, 2017

Dev packages (i.e. nose) should not be required for the installation, because this package is needed for development purposes only. Therefore, I create two different files, i.e. requirements.txt which holds the required packages, and requirements_dev.txt which includes packages needed for development.

If someone needs development packages, then explicitly:

pip install -r requirements_dev.txt

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

Successfully merging this pull request may close these issues.

1 participant