📝 Update CHEATSHEET.md with additional venv seeding details

This commit is contained in:
2026-04-18 21:02:41 +08:00
parent ee4e4bb7a1
commit 5435f3d26f

View File

@@ -31,8 +31,9 @@ uv python list
### Virtual Environment
```shell
uv venv --python 3.12
uv venv --seed --python 3.12
```
> `--seed` will init `pip`, `setuptools` and `wheel`
### Script