From acbf194a3937fca6c8fb2c6b90cedbb991dba7b0 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Fri, 18 Feb 2022 23:49:04 +0300 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..0479e7e --- /dev/null +++ b/README.md @@ -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/)