📝 Add virtual environment command to cheatsheet

This commit is contained in:
2026-04-18 17:14:14 +08:00
parent e662892bf5
commit ee4e4bb7a1

View File

@@ -28,6 +28,12 @@ uv self update
uv python list
```
### Virtual Environment
```shell
uv venv --python 3.12
```
### Script
```shell