You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
cp .env.example .env uv venv #or how ever you create your venv #activate venv, OS specific uv pip install -r requirements.txt #uv sync docker compose up -d uv run main.py ...