>> from pybin.
>> Pybin is built on Python’s scientific stack (numpy, scipy, matplotlib). Additionally, the h5py package is required for the manipulation and management of the NeXus data files. Testing and development were carried out using the Anaconda (v 4.0) package manager, which built with the following versions:
- Python: version 2.7.11 and 3.5.2
- numpy: version 1.10.4
- scipy: version 0.17
- matplotlib: version 1.5
- h5py: version 2.5.0
You can install from the distribution using the setup.py script. The source is stored in the GitHub repo, which can be browsed at:
https://github.com/casimp/pybin
Simply download and unpack, then navigate to the download directory and run the following from the command-line:
python setup.py install