Skip to content

Commit 90d70e6

Browse files
committed
update docs
1 parent 8fbf59b commit 90d70e6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ Platform-Agnostic Security Tokens for Python
1515
pip install python-paseto
1616
```
1717

18+
### Check installation
19+
```python
20+
python -m paseto
21+
```
22+
`libsodium` is required, this will check if it is installed on your system. On Ubuntu 20.04 you can get it with `sudo apt install libsodium23`.
23+
1824
# Low level API
1925
Implements PASETO V2 encrypt / decrypt / sign / verify functions,
2026
supports both `v2.local` and `v2.public` messages.

0 commit comments

Comments
 (0)