Skip to content

Commit

Permalink
Update installation docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tjwsch committed Aug 13, 2024
1 parent f8de70a commit ac44d06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit ac44d06

Please sign in to comment.