Skip to content

Install

Shaurita D. Hutchins edited this page Nov 27, 2017 · 10 revisions

You may install this package via pip or by cloning our GitHub repository.

PyPi

pip install OrthoEvol

GitHub

  1. Download the zip file and unzip it or git clone https://github.com/datasnakes/OrthoEvolution.git
  2. cd OrthoEvolution
  3. pip install .

Alternatively, you can perform the following:

  1. pip install git+https://github.com/datasnakes/OrthoEvolution.git

Development Code Installation

⚠️ WARNING: This code is actively under development and may not be reliable. Please open an issue for questions about the development code.

  1. Download the zip file and unzip it or git clone -b dev-master https://github.com/datasnakes/OrthoEvolution.git
  2. cd OrthoEvolution
  3. pip install .
Clone this wiki locally