Skip to content

Commit

Permalink
Merge pull request #86 from inkenbrandt/patch-4
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
holukas authored Apr 22, 2024
2 parents c29eae8 + f182112 commit c42d664
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand All @@ -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`
`conda install -c bokeh jupyter_bokeh`

0 comments on commit c42d664

Please sign in to comment.