"vllm/commit_id.py" did not exist on "5eda21e773447d81ffc661ac094716420dc7b7cb"
Unverified Commit 80e60a61 authored by Yanwen Lin's avatar Yanwen Lin Committed by GitHub
Browse files

[Doc] Suggest "--managed-python" flag when installing python using uv (#33069)


Signed-off-by: default avatarYanwen Lin <lyw1124278064@gmail.com>
parent 26e722f9
It's recommended to use [uv](https://docs.astral.sh/uv/), a very fast Python environment manager, to create and manage Python environments. Please follow the [documentation](https://docs.astral.sh/uv/#getting-started) to install `uv`. After installing `uv`, you can create a new Python environment using the following commands:
```bash
uv venv --python 3.12 --seed
uv venv --python 3.12 --seed --managed-python
source .venv/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