Installation

Please Note: With its retirement on the horizon we decided to stop testing against Python 2.7, and like many others, want to focus entirely on Python 3. Hence, we cannot guarantee that memote will still function as expected

Before installing memote, make sure that you have correctly installed the latest version of git.

We highly recommend creating a Python virtualenv for your model testing purposes.

Stable release

To install memote, run this command in your terminal:

$ pip install memote

This is the preferred method to install memote, as it will always install the most recent stable release.

If you don’t have pip installed, this Python installation guide can guide you through the process.

From sources

The sources for memote can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone https://github.com/opencobra/memote.git

Or download the tarball or zip archive:

$ curl  -OL https://github.com/opencobra/memote/archive/master.zip

Once you have a copy of the source files, you can install it with:

$ pip install .