Files
jsonrpc/README.md

22 lines
322 B
Markdown
Raw Normal View History

2022-02-18 23:49:04 +03:00
# JSON-RPC
## Установка
```
pip install -e .
```
## Документация
```
pip install sphinx
make -C docs html
```
Открыть в браузере docs/build/html/index.html
## Ссылки
* [http://docs.python.org/](http://docs.python.org/)
* [http://www.jsonrpc.org/](http://www.jsonrpc.org/)