Skip to content

Commit 9982e9a

Browse files
kkleinkarlicoss
authored andcommitted
Mention installation option via conda-forge.
1 parent c45bdd5 commit 9982e9a

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,23 @@
66
* `Documentation (Read the Docs) <https://orgparse.readthedocs.org>`_
77
* `Repository (at GitHub) <https://github.com/karlicoss/orgparse>`_
88
* `PyPI <https://pypi.python.org/pypi/orgparse>`_
9+
* `conda-forge <https://anaconda.org/conda-forge/orgparse>`_
910

1011
Install
1112
-------
1213

14+
You can install ``orgpase`` via PyPI
15+
16+
.. code-block:: console
17+
1318
pip install orgparse
1419
20+
or via conda-forge
21+
22+
.. code-block:: console
23+
24+
conda install orgparse -c conda-forge
25+
1526
1627
Usage
1728
-----

0 commit comments

Comments
 (0)