Installation
Prerequisites
Pip
Install through Pip by running
pip3 install pyMAISE
From Source
To install pyMAISE you can clone the repository. Make sure git is installed and run
git clone https://github.com/myerspat/pyMAISE.git
To get a specific version, checkout the version’s branch,
git checkout <major>.<minor>.<patch>
In the pyMAISE directory you can run,
pip3 install -e .
to install the library.