Installation

Dependencies

Mac

  1. Make sure you have python3 installed. To see if it is installed, open a terminal and type python3. If the command fails, you need to obtain python3. You can either install a python3 scientific computing stack (like anaconda) or download and install python3.x directly.

  2. Install pip3. Open a terminal and type:

    sudo easy_install pip3
    
  3. Once this has run, type:

    sudo pip3 install pytc-fitter
    

Linux

  1. Make sure you have python3 installed. To see if it is installed, open a terminal and type python3. If the command fails, you need to obtain python3. You can either install a python3 scientific computing stack (like anaconda), download and install python3.x directly, or obtain it via your package manner. On Ubuntu and other Debian-like systems, this would be:

    sudo apt-get install python3 python3-pip
    
  2. Once this has run, type:

    sudo pip3 install pytc-fitter
    

Windows

  1. Install python3 either via anaconda or winpython.

  2. In an anaconda or winpython terminal, type:

    pip install pytc-fitter