Installation

Requirements

Geneviz has been tested on Python 2.7 and 3.4+.

Stable release

To install geneviz, run this command in your terminal:

$ pip install https://github.com/jrderuiter/geneviz/archive/0.1.0.tar.gz

This is the preferred method to install geneviz, as it will 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 Geneviz can be downloaded from the Github repo.

You can either clone the public repository:

$ git clone git://github.com/jrderuiter/geneviz

Or download the tarball:

$ curl  -OL https://github.com/jrderuiter/geneviz/tarball/develop

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

$ python setup.py install