Skip to content

Commit

Permalink
Merge pull request #22 from volpatto/add-conda-install-instructions
Browse files Browse the repository at this point in the history
Update README.rst and docs/index.rst with conda instructions
  • Loading branch information
CalebBell committed Oct 27, 2020
2 parents 721904e + 19e9f7b commit c2668d5
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,12 @@ https://pypi.python.org/pypi/chemicals/
If you have an installation of Python with pip, simple install it with:

$ pip install chemicals


If you are using `conda <https://docs.conda.io/en/latest/>`_, you can install
chemicals from conda-forge channel:

$ conda install -c conda-forge chemicals

To get the git version, run:

$ git clone git://github.com/CalebBell/chemicals.git
Expand Down
5 changes: 5 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,11 @@ If you have an installation of Python with pip, simple install it with:

$ pip install chemicals

If you are using `conda <https://docs.conda.io/en/latest/>`_, you can install
chemicals from conda-forge channel:

$ conda install -c conda-forge chemicals

To get the git version, run:

$ git clone git://github.com/CalebBell/chemicals.git
Expand Down

0 comments on commit c2668d5

Please sign in to comment.