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

  1. Clone the repository
    git clone https://github.com/BioSystemsUM/mewpy.git

  2. Run the installation script python setup.py install