update docs

This commit is contained in:
Artur Akmalov
2023-07-26 14:12:46 +05:00
parent 43a893aa1a
commit 347a3dbbe3
16 changed files with 68 additions and 43 deletions

View File

@@ -2,6 +2,6 @@
sidebar_position: 10
---
# fast api
# Fast api
Тут про Fast API

21
docs/python/install.md Normal file
View File

@@ -0,0 +1,21 @@
---
sidebar_position: 1
---
# Install
## Windows
Python download and install [Python.org](https://www.python.org/downloads/)
Poetry install
```
curl -sSL https://install.python-poetry.org | python -
```
pip install
```
pip install black mypy
```

View File

@@ -2,7 +2,7 @@
sidebar_position: 3
---
# python gitlab api
# Python gitlab api
[Документация](https://python-gitlab.readthedocs.io/en/stable/api-usage.html)