Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add installation to readme
  • Loading branch information
bcb committed Sep 19, 2022
commit bf0b453db54403b99fbb89ef23452ee0f1f8fcff
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@

Process incoming JSON-RPC requests in Python.

```sh
pip install jsonrpcserver
```

```python
from jsonrpcserver import method, serve, Success

Expand Down