Добавление README.md

This commit is contained in:
2022-02-18 23:49:04 +03:00
parent 18cd6c8d16
commit acbf194a39

21
README.md Normal file
View File

@@ -0,0 +1,21 @@
# 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/)