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
da833b0a
Unverified
Commit
da833b0a
authored
Feb 17, 2025
by
凌
Committed by
GitHub
Feb 16, 2025
Browse files
[Docs] Change myenv to vllm. Update python_env_setup.inc.md (#13325)
parent
5d2965b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
docs/source/getting_started/installation/python_env_setup.inc.md
...urce/getting_started/installation/python_env_setup.inc.md
+4
-4
No files found.
docs/source/getting_started/installation/python_env_setup.inc.md
View file @
da833b0a
...
@@ -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
```
```
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