From a3f3c6eca2f2cc1276302b3f833b5937a91f6390 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 17 Jan 2022 19:55:10 +0200 Subject: Update README --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51a0bca..0931c74 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,17 @@ A python library and reference CLI tool implementing the [nostr](https://github. Supports Python 3.7 and up. +## Usage + +```bash +$ pip install nostr +``` + ## Dev +For development it's best to use `pipenv`: + ```bash -$ pipenv sync -d +$ pipenv install -d $ pipenv run test ``` -- cgit v1.3.1