From a4e6c8d00f877493498b914bcedd19200f087e95 Mon Sep 17 00:00:00 2001 From: nkxxll Date: Sun, 29 Dec 2024 15:36:32 +0100 Subject: [PATCH] docs(quickstart): add conda to install option from github README --- docs/quickstart.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index 73b57877..019a9ee2 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -16,6 +16,12 @@ or use ``pip`` to install from github: pip install git+https://github.com/scholarly-python-package/scholarly.git +or use ``conda`` to install from ``conda-forge``: + +.. code:: bash + + conda install -c conda-forge scholarly + or clone the package using git: .. code:: bash