Skip to content

Commit 602446d

Browse files
Merge pull request #560 from nkxxll/install_from_conda
docs(quickstart): add conda to install option from github README.md
2 parents 25bbad6 + a4e6c8d commit 602446d

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/quickstart.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,12 @@ or use ``pip`` to install from github:
1616
1717
pip install git+https://github.com/scholarly-python-package/scholarly.git
1818
19+
or use ``conda`` to install from ``conda-forge``:
20+
21+
.. code:: bash
22+
23+
conda install -c conda-forge scholarly
24+
1925
or clone the package using git:
2026

2127
.. code:: bash

0 commit comments

Comments
 (0)