We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c45bdd5 commit 9982e9aCopy full SHA for 9982e9a
1 file changed
README.rst
@@ -6,12 +6,23 @@
6
* `Documentation (Read the Docs) <https://orgparse.readthedocs.org>`_
7
* `Repository (at GitHub) <https://github.com/karlicoss/orgparse>`_
8
* `PyPI <https://pypi.python.org/pypi/orgparse>`_
9
+* `conda-forge <https://anaconda.org/conda-forge/orgparse>`_
10
11
Install
12
-------
13
14
+You can install ``orgpase`` via PyPI
15
+
16
+.. code-block:: console
17
18
pip install orgparse
19
20
+or via conda-forge
21
22
23
24
+ conda install orgparse -c conda-forge
25
26
27
Usage
28
-----
0 commit comments