diff --git a/README.md b/README.md index 6d8145a..cf24e7c 100644 --- a/README.md +++ b/README.md @@ -165,6 +165,8 @@ Single outlier tests create a flag where `0=OK` and `2=outlier`. `diive` is currently developed under Python 3.9.7, but newer (and many older) versions should also work. +`diive` can be installed using conda with `conda intall -c conda-forge diive` + One way to install and use `diive` with a specific Python version on a local machine: - Install [miniconda](https://docs.conda.io/en/latest/miniconda.html) @@ -179,4 +181,4 @@ One way to install and use `diive` with a specific Python version on a local mac In this example Jupyterlab is installed from the `conda` distribution channel `conda-forge`: `conda install -c conda-forge jupyterlab` - If used in Jupyter notebooks, `diive` can generate dynamic plots. This requires the installation of: - `conda install -c bokeh jupyter_bokeh` \ No newline at end of file + `conda install -c bokeh jupyter_bokeh`