From b91c7911da304377ace5376e3c18c15a9f4ba7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Afr=C3=A2nio=20Melo?= <40374017+afraniomelo@users.noreply.github.com> Date: Mon, 2 Sep 2024 18:45:58 -0300 Subject: [PATCH] adding conda information --- README.md | 6 +++++- docs/source/install.rst | 9 ++++++++- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6abbe85..58ace37 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,14 @@ For further information, please refer to the [documentation](https://bibmon.read Installation ---------------------- -`BibMon` can be installed using `pip`: +`BibMon` can be installed using [pip](https://pypi.org/project/bibmon/): pip install bibmon +Or [conda](https://anaconda.org/conda-forge/bibmon): + + conda install conda-forge::bibmon + Available Models ---------------------- diff --git a/docs/source/install.rst b/docs/source/install.rst index 90147f6..2b3138d 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -6,10 +6,17 @@ This section covers the installation of BibMon. Installing from PyPI -------------------------------- -To install Requests, you can use pip:: +To install BibMon, you can use pip:: $ pip install bibmon +Installing from conda-forge +-------------------------------- + +Alternatively, you can use conda:: + + $ conda install conda-forge::bibmon + Get the Source Code -------------------