SIMulation Workbench


Packages


As previously mentioned, the creation of Matlab or HDF5 files with the dlxtractrem.py companion tool requires the loading of the scipy, hdf5storage or h5py packages. They are all freely available via PyPI - the Python Package Index, which is a repository of software for the Python programming language. Access to PyPI is via the "pip" program, which is installed along with Python 2.7 and all versions of Python 3. Pip has many advantages over other mechanisms, as it will also resolve dependencies and can be used to upgrade loaded packages. The discussion that follows will guide you through pip installation of scipy (if required) and usage. Unless otherwise noted all commands are assumed to be run as root from a bash terminal. Only Linux installs are covered here. Most of this should also work in Windows as well but has not been tested there. The installation of other packages should proceed in the same way.

Is pip on my machine?

Obtaining pip.

Updating pip.

Installing scipy.