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

Enhancing conda environment set up instructions #66

Closed
matt-graham opened this issue Jul 8, 2021 · 0 comments · Fixed by #78
Closed

Enhancing conda environment set up instructions #66

matt-graham opened this issue Jul 8, 2021 · 0 comments · Fixed by #78

Comments

@matt-graham
Copy link

matt-graham commented Jul 8, 2021

Submitting as part of JOSS review openjournals/joss-reviews#3397

In the 'Install with conda' instructions in the README file the conda install pip line is (I think) unnecessary as I think installing python in a conda environment will also always install pip. All of the requirements also seem to available as conda packages if the conda-forge channel is used, so to avoid mixing conda and pip an alternative to create the environment and install all of the dependencies would be

conda create --name pyei --channel conda-forge python=3.8 --file requirements.txt --file 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 a pull request may close this issue.

1 participant