summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorMatthew Stadelman <stadelmanma@gmail.com>2017-03-31 22:46:35 -0400
committerMatthew Stadelman <stadelmanma@gmail.com>2017-03-31 22:46:35 -0400
commit3d9f58519e08f4c668564b39d6396db1af67c267 (patch)
tree066aae59a6d4b6b701d94c969c80e5ce465256cb /README.rst
parentdb336319cee8ab3231f47e5d04813afe069f461e (diff)
downloadpint-3d9f58519e08f4c668564b39d6396db1af67c267.tar.gz
Add conda-forge installation snippet
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index fc11925..86f5367 100644
--- a/README.rst
+++ b/README.rst
@@ -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!