Skip to content

Commit

Permalink
Add docs for conda installation (#528)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohanbabbar04 authored Aug 19, 2024
1 parent 71393df commit c2226df
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ pip install "preliz[full,lab]"
```
pip install "preliz[full,notebook]"
```
PreliZ is also available through [conda-forge](https://anaconda.org/conda-forge/preliz).

```
conda install -c conda-forge preliz
```

### Development
The latest development version can be installed from the main branch using pip:
Expand Down
15 changes: 14 additions & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,10 @@ PreliZ is tested on Python 3.10+. And depends on ArviZ, matplotlib, NumPy, and S
Installation
============

For the latest release (base set of dependencies) you can do:
For the latest release, you can install PreliZ either using pip or conda-forge:

Using pip
---------

.. code-block:: bash
Expand All @@ -76,6 +79,16 @@ To make use of the interactive features, you can install the optional dependenci
pip install "preliz[full,notebook]"
Using conda-forge
-----------------

.. code-block:: bash
conda install -c conda-forge preliz
Development
===========

The latest development version can be installed from the main branch using pip:

.. code-block:: bash
Expand Down

0 comments on commit c2226df

Please sign in to comment.