Installation
MEWpy may be run in python versions greater or equal to 3.6, depending on the available solver:
CPLEX is currently available for Python<= 3.7
Gurobi optimizer: version 9.1.* is available for Python 3.6, 3.7, 3.8 and 3.9.
Installing from PyPi
pip install mewpy
Installing from github repository
Clone the repository
git clone https://github.com/BioSystemsUM/mewpy.gitRun the installation script
python setup.py install