Skip to content

Commit 1abda4d

Browse files
committed
pyprep can now be installed via conda
1 parent 4614ca0 commit 1abda4d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@
2424
:target: https://badge.fury.io/py/pyprep
2525
:alt: PyPI version
2626

27+
.. image:: https://img.shields.io/conda/vn/conda-forge/pyprep.svg
28+
:target: https://anaconda.org/conda-forge/pyprep
29+
:alt: Conda version
30+
2731
pyprep
2832
======
2933

@@ -57,6 +61,12 @@ For installing the **stable** version of ``pyprep``, call:
5761
5862
pip install pyprep
5963
64+
or, as an alternative to ``pip``, call:
65+
66+
.. code-block:: Text
67+
68+
conda install -c conda-forge pyprep
69+
6070
**We currently recommend that you install the latest development version**
6171

6272
For installing the **latest (development)** version of ``pyprep``, call:

0 commit comments

Comments
 (0)