Skip to content

Commit b8d39d9

Browse files
committed
Add a pip install neo[all] option, helpful for setting up development environments
1 parent 8c1317f commit b8d39d9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
'maxwell': ['h5py'],
2121
'biocam': ['h5py'],
2222
}
23+
extras_require["all"] = sum(extras_require.values(), [])
2324

2425
with open("neo/version.py") as fp:
2526
d = {}

0 commit comments

Comments
 (0)