Skip to content

Setup

ppkt2synergy will be added to PyPI shortly.

For now, create a virtual environment in the directory you will work in,

python3 -m venv venv
source venv/bin/activate
pip install --upgrade pip

then change to the root directory of this package and enter the following commands.

pip install -e .

then change back to the target directory. See tutorial for hints on getting started.