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.
vllm
1 parent a8238bb commit 66ab3b1Copy full SHA for 66ab3b1
docs/source/getting_started/installation/python_env_setup.inc.md
@@ -14,6 +14,6 @@ Or you can create a new Python environment using [uv](https://docs.astral.sh/uv/
14
15
```console
16
# (Recommended) Create a new uv environment. Use `--seed` to install `pip` and `setuptools` in the environment.
17
-uv venv vllm --python 3.12 --seed
18
-source vllm/bin/activate
+uv venv --python 3.12 --seed
+source .venv/bin/activate
19
```
0 commit comments