📝 Add new section for project initialization in CHEATSHEET.md
This commit is contained in:
@@ -35,6 +35,12 @@ uv venv --seed --python 3.12
|
|||||||
```
|
```
|
||||||
> `--seed` will init `pip`, `setuptools` and `wheel`
|
> `--seed` will init `pip`, `setuptools` and `wheel`
|
||||||
|
|
||||||
|
### Init Project
|
||||||
|
|
||||||
|
```shell
|
||||||
|
uv init
|
||||||
|
```
|
||||||
|
|
||||||
### Script
|
### Script
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
|
|||||||
Reference in New Issue
Block a user