Skip to content

Commit

Permalink
Обновлено: Poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
fiersik committed Feb 8, 2024
1 parent a42fb3a commit dfbbff4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions docs/developers/python-use-poetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@ Poetry — инструмент управления зависимостями

## Установка с официального сайта

**Poetry** можно установить через терминал:

```shell
curl -sSL https://install.python-poetry.org | python3 -
```

## Установка с PyPi

```shell
python3 -m pip install poetry
```

## Использование poetry

### Создание нового проекта:
Expand Down

0 comments on commit dfbbff4

Please sign in to comment.