From ac44d060535a9d5e0c00ce27161ed6b0b78d8108 Mon Sep 17 00:00:00 2001 From: Torben Schiz Date: Tue, 13 Aug 2024 16:27:32 +0200 Subject: [PATCH] Update installation docs --- docs/installation.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index bb13435..5b4e704 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -56,11 +56,7 @@ To install using `pip`, go to the directory `micro-manager/` and run pip install --user . ``` -To install using Python, go to the project directory `micro-manager/` and run - -```bash -python setup.py install --user -``` +Adding optional dependencies works as above by adding them after the dot, e.g. `.[sklearn]`. ## Get the latest development version