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

Update conda installation instructions #10

Open
KennellyT opened this issue May 30, 2018 · 2 comments
Open

Update conda installation instructions #10

KennellyT opened this issue May 30, 2018 · 2 comments

Comments

@KennellyT
Copy link

The pyne installation instructions for conda on pyne.io are:
conda install -c cyclus -c pyne pyne=VERSION
where they should be:
'conda install -c conda-forge -c pyne pyne=VERSION` as noted in Downloading Pyne #1012 .

I would also recommend that the VERSION number '0.5.11' should be noted in the instructions as the statement in the instructions:

where VERSION should be replaced with the version number to be installed

is vague as I found difficulty finding the version numbers of pyne.
Thank you

@scopatz
Copy link
Member

scopatz commented May 31, 2018

Thanks for pointing out this issue with the docs! Yeah, those install instructions are out of date. You don't need version at all. The real install instructions should just be:

$ conda install -c conda-forge pyne

We have fixed this in the README: https://github.com/pyne/pyne#binary

@KennellyT
Copy link
Author

Thank you.
I have also edited the installation script via conda (conda.html) for Pyne.io in a pull reuqest.

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

2 participants