Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimond committed May 5, 2022
1 parent 6c0cb48 commit 200e8bc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,10 @@
Библиотека, позволяющая писать смартаппы, используя [наш JSONRPC-like протокол](https://ccsteam.atlassian.net/wiki/spaces/EI/pages/193167368/SmartApp+RPC)

## Установка
В `pyproject.toml`:
1. Переключите `pybotx` на ветку `next`:
`botx = { git = "https://github.com/ExpressApp/pybotx.git", rev = "next" }`
2. Добавьте зависимость:
`botx-smartapp-rpc = { git = "https://gitlab.ccsteam.ru/rnd/botx-smartapp-rpc", rev = "master" }`
Установите библиотеку:
```bash
poetry add pybotx-smartapp-rpc
```

## Добавление RPC методов
1. Создайте класс для входящих аргументов:
Expand Down

0 comments on commit 200e8bc

Please sign in to comment.