Skip to content

Commit

Permalink
docs: show libsodium install instructions (#870)
Browse files Browse the repository at this point in the history
  • Loading branch information
kentbull authored Oct 4, 2024
1 parent cd32812 commit e7bcfee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,15 @@ python 3.12.1+
libsodium 1.0.18+


##### Libsodium installation

After installing with Homebrew you need to link the library to the default location that the `ctypes.find_library()` looks in, `/usr/local/lib`, as shown below:

```shell
sudo ln -s /opt/homebrew/lib /usr/local/lib
```


#### python packages
lmdb 0.98+
pysodium 0.7.5+
Expand Down

0 comments on commit e7bcfee

Please sign in to comment.