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
-
Install the latest version of Anaconda. Download the latest version from https://www.anaconda.com/.
- 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
- Install OpenTPS:
pip install opentps
- start it with:
opentps
Always ensure that you have the “OpenTPS” environment activated before launching the software