API Python wrapper for SciExpeM
$ pip install SciExpeM-API $ pip install SciExpeM-API --upgradeDownload this repository, move inside the directory, create the wheel, and install the package inside your python enviroment.
$ git clone https://github.com/edoardoramalli/SciExpeM_API
$ cd SciExpeM_API
$ python setup.py bdist_wheel
$ pip install dist/SciExpeM_API-2.0.0-py3-none-any.whlThe last instruction could change based on the OS, and the version of the package.