Installation

synergy supports Python >= 3.8.

Installing with pip

synergy is available on PyPI. Just run

pip install synergy

Installing from source

To install synergy from source, first clone the repository:

git clone https://github.com/djwooten/synergy.git
cd synergy

Then run

pip install -e .