From e559638206766c2576e56199dd887cb7af79e010 Mon Sep 17 00:00:00 2001 From: Ekin Tiras Date: Thu, 28 Nov 2024 17:58:53 +0100 Subject: [PATCH] Update readme.md --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index a0f8d7f..ec3135e 100644 --- a/readme.md +++ b/readme.md @@ -56,6 +56,12 @@ First install the package from the Python Package Index: ```shell pip install PyNomaly # or pip3 install ... if you're using both Python 3 and 2. ``` + +Alternatively, you can use conda to install the package from conda-forge: + +```shell +conda install conda-forge::pynomaly +``` Then you can do something like this: ```python