Installation

  • These instructions are for installing the API. If you want to install the graphical user interface, please follow these instructions.
  • If you do not already have a Python scientific computing environment set up, we recommend you follow these steps to set it up.

Mac & Linux

  1. Open a terminal

  2. Type the following command:

    pip3 install pytc-fitter
    

Windows

  1. Open the program Anaconda prompt

  2. In the prompt, type:

    python -m pip install pytc-fitter
    

Installation from source (for developers)

git clone https://github.com/harmslab/pytc.git
cd pytc
python3 setup.py develop

Dependencies (should be installed automatically)