InstallationΒΆ

Get the Syna source

git clone https://github.com/sql-hkr/syna.git
cd syna
uv venv
source .venv/bin/activate
uv sync

Or, from PyPI:

uv add syna

Important

To visualize the computation graph, you need to install Graphviz.

brew install graphviz # macOS
sudo apt install graphviz # Ubuntu