From 807325701559ed94094a5ef47bc43c2321c96918 Mon Sep 17 00:00:00 2001 From: David Brochart Date: Wed, 16 Mar 2022 16:19:10 +0100 Subject: [PATCH] Add conda installation instructions --- docs/installation.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/installation.rst b/docs/installation.rst index 4abbfbf..434ee20 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -4,4 +4,10 @@ You can install Ypy from PyPI: .. code-block:: bash - pip install y_py + pip install y-py + +Or from conda: + +.. code-block:: bash + + conda install -c conda-forge y-py