Initial commit
This commit is contained in:
8
Python. uv.md
Normal file
8
Python. uv.md
Normal file
@@ -0,0 +1,8 @@
|
||||
- Создание проекта
|
||||
```shell
|
||||
uv init *project_name*
|
||||
```
|
||||
- Добавление библиотек:
|
||||
```shell
|
||||
uv add *library_name*
|
||||
```
|
||||
Reference in New Issue
Block a user