Installation
pyopensky is available through pip:
pip install pyopensky
The library is also available on conda-forge:
conda install -c conda-forge pyopensky
Development mode (with uv):
curl -LsSf https://astral.sh/uv/install.sh | sh # Linux and MacOS
irm https://astral.sh/uv/install.ps1 | iex # Windows
uv sync --dev
Hint
pyopensky is automatically installed as a dependency of the traffic library.