Skip to content

Commit

Permalink
Merge pull request #36 from afraniomelo/main
Browse files Browse the repository at this point in the history
adding conda information
  • Loading branch information
afraniomelo authored Sep 2, 2024
2 parents 4a0ef4a + b91c791 commit ff31d1d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------

Expand Down
9 changes: 8 additions & 1 deletion docs/source/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------------

Expand Down

0 comments on commit ff31d1d

Please sign in to comment.