Installation

One-line install

pip install git+https://github.com/C3BI-pasteur-fr/ReGaTE.git

Requirements

  • python and python-dev version 2.7 are required to run ReGaTE and ReMaG: https://docs.python.org/2.7/index.html,
  • the third party python packages will be automatically installed if you follow the recommended installation procedure below.

Installation procedure

ReGaTE is a pure python package, and can be installed as such: https://packaging.python.org/installing/. You can install it with pip for instance, either directly on your system, or even better in a virtualenv (see https://virtualenv.pypa.io) so that you avoid package conflicts with your system configuration. To install it with pip, just type:

pip install git+https://github.com/C3BI-pasteur-fr/ReGaTE.git

Uninstalling ReGaTE

Just type:
pip uninstall regate