Unverified Commit 66ab3b13 authored by Harry Mellor's avatar Harry Mellor Committed by GitHub
Browse files

Don't call the venv `vllm` (#17810)


Signed-off-by: default avatarHarry Mellor <19981378+hmellor@users.noreply.github.com>
parent a8238bbd
...@@ -14,6 +14,6 @@ Or you can create a new Python environment using [uv](https://docs.astral.sh/uv/ ...@@ -14,6 +14,6 @@ Or you can create a new Python environment using [uv](https://docs.astral.sh/uv/
```console ```console
# (Recommended) Create a new uv environment. Use `--seed` to install `pip` and `setuptools` in the environment. # (Recommended) Create a new uv environment. Use `--seed` to install `pip` and `setuptools` in the environment.
uv venv vllm --python 3.12 --seed uv venv --python 3.12 --seed
source vllm/bin/activate source .venv/bin/activate
``` ```
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment