Skip to content

Installation

Kathleen Sucipto edited this page Aug 26, 2020 · 5 revisions

Follow the 2 steps below to install.

  1. Other than Python (version >= 3.7) and R (version >= 3.6.1), install all required libraries listed in requirements.txt, specifically:

Users can either install them one-by-one or install all of them at once by running:

# for MacOS - read the notes on installing rpy2:
#   specifically run 'env CC=/usr/local/Cellar/gcc/X.x.x/bin/gcc-X pip install rpy2'
#   where X.x.x is the gcc version on the machine **BEFORE** running the following command
pip install -r requirements.txt
  1. Install with setup.py
python setup.py install
Clone this wiki locally