Browse Source

update docs for new version

feature/load_slices
Ruben Verweij 7 years ago
parent
commit
5b2d2a3832
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      docs
  2. +2
    -2
      sphinx/tutorial.md

+ 1
- 1
docs

@ -1 +1 @@
Subproject commit f4e4a67ac24cf12b3c0b6e5aae0dbb2f3497bb73
Subproject commit f036373d4f7ae6ee17e1bf40654ad10096a2bbce

+ 2
- 2
sphinx/tutorial.md View File

@ -2,10 +2,10 @@
### Installation
For now, the package is only available via GitHub. Install it using:
The package is available on PyPi. Install it using:
```
pip install --upgrade https://github.com/rbnvrw/nd2reader/tarball/master
pip install nd2reader
```
If you don't already have the packages `numpy`, `pims`, `six` and `xmltodict`, they will be installed automatically if you use the `setup.py` script.


Loading…
Cancel
Save