Skip to content

Install from Source

Daniel Lee Young Ph.D edited this page Feb 4, 2020 · 1 revision

Prerequisites

  • Python 3.7.6
  • The latest version of pip. Included as a default option with Python installation.

Installation of python module and dependencies

Build and install from source. Clone the repository and from a command line interface, navigate to the root repo level and run:

python setup.py install

This should install all the necessary dependencies for you.

Clone this wiki locally