Setup¶
Requirements¶
pysimoa runs under Python 2.7 and Python 3.4 (and later). It requires the following Python packages:
future
numpy
scipy
Installation from PyPI¶
To install the most recent stable version from the Python Package Index (PyPI), including the dependencies, run
$ pip install simoa
Installation from source¶
To install the latest version from the source repository, run
$ pip install git+https://github.com/andsor/pysimoa.git