Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
66ab3b13
Unverified
Commit
66ab3b13
authored
May 08, 2025
by
Harry Mellor
Committed by
GitHub
May 08, 2025
Browse files
Don't call the venv `vllm` (#17810)
Signed-off-by:
Harry Mellor
<
19981378+hmellor@users.noreply.github.com
>
parent
a8238bbd
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docs/source/getting_started/installation/python_env_setup.inc.md
...urce/getting_started/installation/python_env_setup.inc.md
+2
-2
No files found.
docs/source/getting_started/installation/python_env_setup.inc.md
View file @
66ab3b13
...
...
@@ -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
vllm
--python 3.12 --seed
source
vllm
/bin/activate
uv venv --python 3.12 --seed
source
.venv
/bin/activate
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment