diff --git a/README.rst b/README.rst index 130e7ac..7ae65d1 100644 --- a/README.rst +++ b/README.rst @@ -6,12 +6,23 @@ * `Documentation (Read the Docs) `_ * `Repository (at GitHub) `_ * `PyPI `_ +* `conda-forge `_ Install ------- +You can install ``orgpase`` via PyPI + +.. code-block:: console + pip install orgparse +or via conda-forge + +.. code-block:: console + + conda install orgparse -c conda-forge + Usage -----