diff --git a/docs/README.md b/docs/README.md index bfa70d1e022a..567b8c209f3d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,8 +7,9 @@ Guide for setting up, running, and configuring the MkDocs documentation site. Fo ```bash # Set up virtual environment from repository root cd /path/to/deep-learning-containers -python -m venv .venv +uv venv --python 3.12 source .venv/bin/activate +uv pip install -r docs/requirements.txt pip install -r docs/requirements.txt ``` @@ -83,4 +84,3 @@ plugins: - autorefs - awesome-nav ``` -