Skip to content

Commit

Permalink
[Docs] Change myenv to vllm. Update python_env_setup.inc.md (vllm-pro…
Browse files Browse the repository at this point in the history
  • Loading branch information
arkylin authored and jimpang committed Feb 20, 2025
1 parent 07c931a commit 91056a8
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ You can create a new Python environment using `conda`:

```console
# (Recommended) Create a new conda environment.
conda create -n myenv python=3.12 -y
conda activate myenv
conda create -n vllm python=3.12 -y
conda activate vllm
```

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

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

0 comments on commit 91056a8

Please sign in to comment.