We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c048073 commit fb37873Copy full SHA for fb37873
doc/source/install.rst
@@ -30,14 +30,14 @@ Neo will still install but the IO module that uses them will fail on loading:
30
* stfio for StimfitIO
31
* pillow for TiffIO
32
33
-These dependencies can be installed by specifying a comma seperated list on the
+These dependencies can be installed by specifying a comma-separated list with the
34
``pip install`` command::
35
36
$ pip install neo[hdf5io,tiffio]
37
38
Or when installing a specific version of neo::
39
40
- $ pip install neo[hdf5io,tiffio]==0.8.0
+ $ pip install neo[hdf5io,tiffio]==0.9.0
41
42
These additional dependencies for IO modules are available::
43
neo/version.py
@@ -1 +1 @@
1
-version = '0.9.0.rc0'
+version = '0.9.0'
0 commit comments