Add conda-forge installation snippet

This commit is contained in:
Matthew Stadelman 2017-03-31 22:46:35 -04:00
parent db336319ce
commit 3d9f58519e
4 changed files with 22 additions and 2 deletions

6
README
View File

@ -43,6 +43,12 @@ To install Pint, simply:
$ pip install pint
or utilizing conda with, the conda-forge channel:
.. code-block:: bash
$ conda install -c conda-forge pint
and then simply enjoy it!

View File

@ -18,7 +18,7 @@
:target: https://travis-ci.org/hgrecco/pint
:alt: CI
.. image:: https://coveralls.io/repos/github/hgrecco/pint/badge.svg?branch=master
.. image:: https://coveralls.io/repos/github/hgrecco/pint/badge.svg?branch=master
:target: https://coveralls.io/github/hgrecco/pint?branch=master
:alt: Coverage
@ -72,6 +72,12 @@ To install Pint, simply:
$ pip install pint
or utilizing conda, with the conda-forge channel:
.. code-block:: bash
$ conda install -c conda-forge pint
and then simply enjoy it!

View File

@ -18,7 +18,9 @@ That's all! You can check that Pint is correctly installed by starting up python
.. note:: If you have an old system installation of Python and you don't want to
mess with it, you can try `Anaconda CE`_. It is a free Python distribution by
Continuum Analytics that includes many scientific packages.
Continuum Analytics that includes many scientific packages. To install pint
from the conda-forge channel instead of through pip use:
$ conda install -c conda-forge pint
You can check the installation with the following command:

View File

@ -49,6 +49,12 @@ To install Pint, simply:
$ pip install pint
or utilizing conda, with the conda-forge channel:
.. code-block:: bash
$ conda install -c conda-forge pint
and then simply enjoy it!