Installation instructions

A Windows installer is available at https://github.com/BioPhysicsUP/Full_SMS/releases. This should work without needing to install any additional requirements.

To install from source, Python 3 is required along with the following packages:

PyQt5
pyqtgraph
numpy
scipy
matplotlib
pandas
h5py
statsmodels
pyarrow
dill
h5pickle

Python can be installed from https://www.python.org/downloads/.

To install a package, run this command in your terminal:

$ pip install <package>

where <package> is the name of the package (multiple packages can be passed at once, with spaces inbetween).

Full SMS can be downloaded using git:

$ git clone https://github.com/BioPhysicsUP/Full_SMS

Or by downloading the zip.

After installing, navigate to the /src directory and run:

$ python main.py