This tutorial will help you to install OpenTPS on your computer as a python library allowing you to use OpenTPS as it or develop plugins. If you wish to modify the source code, please follow the advanced Quickstart.

1. Use PyPI

  1. Install the latest version of Anaconda. Download the latest version from https://www.anaconda.com/.

  2. In a conda prompt, create a new virtual environment with python 3.9 and activate it:
    conda create --name OpenTPS python=3.9
    conda activate OpenTPS
    
  3. Install OpenTPS:
    pip install opentps
    
  4. start it with:
    opentps
    

Always ensure that you have the “OpenTPS” environment activated before launching the software