Skip to content

Commit da833b0

Browse files
authored
[Docs] Change myenv to vllm. Update python_env_setup.inc.md (#13325)
1 parent 5d2965b commit da833b0

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

Lines changed: 4 additions & 4 deletions
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)