diff options
| -rw-r--r-- | README.md | 10 |
1 files changed, 9 insertions, 1 deletions
@@ -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 ``` |
