Unverified Commit da833b0a authored by 凌's avatar Committed by GitHub
Browse files

[Docs] Change myenv to vllm. Update python_env_setup.inc.md (#13325)

parent 5d2965b7
...@@ -2,8 +2,8 @@ You can create a new Python environment using `conda`: ...@@ -2,8 +2,8 @@ You can create a new Python environment using `conda`:
```console ```console
# (Recommended) Create a new conda environment. # (Recommended) Create a new conda environment.
conda create -n myenv python=3.12 -y conda create -n vllm python=3.12 -y
conda activate myenv conda activate vllm
``` ```
:::{note} :::{note}
...@@ -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 myenv --python 3.12 --seed uv venv vllm --python 3.12 --seed
source myenv/bin/activate source vllm/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