We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4614ca0 commit 1abda4dCopy full SHA for 1abda4d
README.rst
@@ -24,6 +24,10 @@
24
:target: https://badge.fury.io/py/pyprep
25
:alt: PyPI version
26
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
+
31
pyprep
32
======
33
@@ -57,6 +61,12 @@ For installing the **stable** version of ``pyprep``, call:
57
61
58
62
pip install pyprep
59
63
64
+or, as an alternative to ``pip``, call:
65
66
+.. code-block:: Text
67
68
+ conda install -c conda-forge pyprep
69
60
70
**We currently recommend that you install the latest development version**
71
72
For installing the **latest (development)** version of ``pyprep``, call:
0 commit comments