Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 332 Bytes

File metadata and controls

13 lines (9 loc) · 332 Bytes

Install Lab

Lab requires Linux and we recommend using uv.

# Create a uv project in the current directory.
uv init --bare --no-workspace --pin-python

# Install Lab.
uv add lab

# Add uv files to version control.
git add pyproject.toml .python-version uv.lock