We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
We recommend Python 3.11+ for the performance improvements
Python 3.12 is already installed on Ubuntu 24
sudo snap install astral-uv --classic
Create venv:
cd /opt/variantgrid # Or wherever your install is uv venv
Activate venv and install requirements:
source .venv/bin/activate uv pip install -r requirements.txt