diff --git a/README.md b/README.md index a7a0fb3..484c7a0 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,14 @@ To use Voici, you'll need to install it first: ```bash pip install voici + +# OR BETTER + +conda install -c conda-forge voici + +# OR EVEN FASTER + +mamba install -c conda-forge voici ``` Then, you can generate static dashboards from a notebook or a directory of Notebooks like this: diff --git a/docs/install.md b/docs/install.md index 6fad0e0..a19ce2b 100644 --- a/docs/install.md +++ b/docs/install.md @@ -9,6 +9,8 @@ # Installing Voici +## Using pip + You can install Voici using pip: ```bash @@ -24,6 +26,14 @@ If you are using a `requirements.txt` file, you can add the following line: voici ``` +## Using conda/mamba + +You can install Voici using mamba or conda: + +```bash +mamba install -c conda-forge voici +``` + If you are using an `environment.yml` file, you can add the dependency under `pip`: ```yaml