mirror of
https://github.com/SantaSpeen/santaspeen.ru-blog.git
synced 2026-04-15 04:06:20 +00:00
update docs
This commit is contained in:
@@ -2,6 +2,6 @@
|
||||
sidebar_position: 10
|
||||
---
|
||||
|
||||
# fast api
|
||||
# Fast api
|
||||
|
||||
Тут про Fast API
|
||||
21
docs/python/install.md
Normal file
21
docs/python/install.md
Normal 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
|
||||
```
|
||||
@@ -2,7 +2,7 @@
|
||||
sidebar_position: 3
|
||||
---
|
||||
|
||||
# python gitlab api
|
||||
# Python gitlab api
|
||||
|
||||
[Документация](https://python-gitlab.readthedocs.io/en/stable/api-usage.html)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user