Skip to content

Commit 6a28ea5

Browse files
arkylinlulmer
authored andcommitted
[Docs] Change myenv to vllm. Update python_env_setup.inc.md (vllm-project#13325)
Signed-off-by: Louis Ulmer <[email protected]>
1 parent b152831 commit 6a28ea5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/source/getting_started/installation/python_env_setup.inc.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ You can create a new Python environment using `conda`:
22

33
```console
44
# (Recommended) Create a new conda environment.
5-
conda create -n myenv python=3.12 -y
6-
conda activate myenv
5+
conda create -n vllm python=3.12 -y
6+
conda activate vllm
77
```
88

99
:::{note}
@@ -14,6 +14,6 @@ Or you can create a new Python environment using [uv](https://docs.astral.sh/uv/
1414

1515
```console
1616
# (Recommended) Create a new uv environment. Use `--seed` to install `pip` and `setuptools` in the environment.
17-
uv venv myenv --python 3.12 --seed
18-
source myenv/bin/activate
17+
uv venv vllm --python 3.12 --seed
18+
source vllm/bin/activate
1919
```

0 commit comments

Comments
 (0)