pyne / pyne.github.com

PyNE Docs Repo
3 stars 10 forks source link

Update conda.html #11

Closed KennellyT closed 6 years ago

KennellyT commented 6 years ago

Updated conda.html so that it reflects and solves the issues of Downloading Pyne #1012, by changing the instructions in the readme from:

conda install -c cyclus -c pyne pyne=VERSION

to:

conda install -c conda-forge -c pyne pyne=VERSION

scopatz commented 6 years ago

Thanks for putting this in @KennellyT! However, this repo shouldn't normally be touched directly. It is better to update the docs in the source, https://github.com/pyne/pyne/tree/develop/docs

KennellyT commented 6 years ago

Thank you @scopatz ! I will use the source and its docs to put updates through.

scopatz commented 6 years ago

Thanks!