Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zolfa-nd2reader
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lorenzo ZOLFANELLI
zolfa-nd2reader
Commits
07efade8
Commit
07efade8
authored
8 years ago
by
Ruben Verweij
Browse files
Options
Downloads
Patches
Plain Diff
Update readme for release on PyPi
parent
416f4f69
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
setup.py
+3
-3
3 additions, 3 deletions
setup.py
with
5 additions
and
5 deletions
README.md
+
2
−
2
View file @
07efade8
...
...
@@ -16,10 +16,10 @@ The documentation is available [here](http://www.lighthacking.nl/nd2reader/).
### Installation
For now, t
he package is
only
available
via GitHub
. Install it using:
T
he package is available
on PyPi
. Install it using:
```
pip install
--upgrade https://github.com/rbnvrw/nd2reader/tarball/mast
er
pip install
nd2read
er
```
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.
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
3
View file @
07efade8
...
...
@@ -7,9 +7,9 @@ if __name__ == '__main__':
name
=
'
nd2reader
'
,
packages
=
[
'
nd2reader
'
],
install_requires
=
[
'
numpy>=1.6.2
, <2.0
'
,
'
six>=1.4
, <2.0
'
,
'
xmltodict>=0.9.2
, <1.0
'
,
'
numpy>=1.6.2
'
,
'
six>=1.4
'
,
'
xmltodict>=0.9.2
'
,
'
pims>=0.3.0
'
],
version
=
VERSION
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment