Add conda-forge installation snippet
This commit is contained in:
parent
db336319ce
commit
3d9f58519e
6
README
6
README
@ -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!
|
||||
|
||||
|
||||
|
@ -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!
|
||||
|
||||
|
||||
|
@ -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:
|
||||
|
||||
|
@ -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!
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user