From 8e2b0825f423c6b27b8c2ff167a560b70e20e8d9 Mon Sep 17 00:00:00 2001 From: Ruben Verweij Date: Wed, 15 Mar 2017 09:50:02 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index ab0cd34..553896a 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,12 @@ The documentation is available [here](http://www.lighthacking.nl/nd2reader/). ### Installation +For now, the package is only available via GitHub. Install it using: + +``` +pip install --upgrade https://github.com/rbnvrw/nd2reader/tarball/master +``` + 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. `nd2reader` is an order of magnitude faster in Python 3. I recommend using it unless you have no other choice. Python 2.7 and Python >= 3.4 are supported.