We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b152831 commit 6a28ea5Copy full SHA for 6a28ea5
docs/source/getting_started/installation/python_env_setup.inc.md
@@ -2,8 +2,8 @@ You can create a new Python environment using `conda`:
2
3
```console
4
# (Recommended) Create a new conda environment.
5
-conda create -n myenv python=3.12 -y
6
-conda activate myenv
+conda create -n vllm python=3.12 -y
+conda activate vllm
7
```
8
9
:::{note}
@@ -14,6 +14,6 @@ Or you can create a new Python environment using [uv](https://docs.astral.sh/uv/
14
15
16
# (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
+uv venv vllm --python 3.12 --seed
+source vllm/bin/activate
19
0 commit comments