summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
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!