Добавление README.md
This commit is contained in:
21
README.md
Normal file
21
README.md
Normal 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/)
|
||||
Reference in New Issue
Block a user