You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Jordan Matelsky edited this page Apr 7, 2016
·
1 revision
Before you install ndio, you'll need to have a few prerequisites. The first thing to do is to install numpy, which often does not jive well with the auto-installation process supported by pip.
If you already have numpy installed, then simply run:
pip install ndio
Generally, installation failures can be fixed by running the same line again, which, yeah, that's super janky, whatever. If that still fails, try cloning the repository from https://github.com/neurodata/ndio and running pip install -r requirements.txt.