clarify docstring

This commit is contained in:
svlandeg 2026-02-13 13:23:12 +01:00
parent c5ddd01b80
commit 6e571915d9

View File

@ -20,7 +20,7 @@ mkdir -p $NANOCHAT_BASE_DIR
# install uv (if not already installed)
command -v uv &> /dev/null || curl -LsSf https://astral.sh/uv/install.sh | sh
# create a .venv local virtual environment (if it doesn't exist) and install the repo dependencies
# uv sync installs the repo dependencies and automatically creates a .venv if it doesn't exist
uv sync --extra gpu
# activate venv so that `python` uses the project's venv instead of system python
source .venv/bin/activate