From bf0b453db54403b99fbb89ef23452ee0f1f8fcff Mon Sep 17 00:00:00 2001 From: Beau Barker Date: Mon, 19 Sep 2022 13:00:40 +1000 Subject: [PATCH] Add installation to readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0480785..6d050cb 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ Process incoming JSON-RPC requests in Python. +```sh +pip install jsonrpcserver +``` + ```python from jsonrpcserver import method, serve, Success