Update the apt install line to reflect the switch to cryptodome

This commit is contained in:
Jason Rhinelander 2023-12-06 19:35:06 -04:00
parent 9de64972b6
commit c8db7130dc
No known key found for this signature in database
GPG Key ID: C4992CE7A88D4262
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ awesome, safe.
## Prerequisite packages
sudo apt install build-essential pkg-config libsodium-dev libzmq3-dev python3-dev python3-flask python3-babel python3-pygments python3-oxenmq python3-sha3 python3-nacl python3-pysodium python3-qrcode
sudo apt install build-essential pkg-config libsodium-dev libzmq3-dev python3-dev python3-flask python3-babel python3-pygments python3-oxenmq python3-pycryptodome python3-nacl python3-pysodium python3-qrcode
Note that the last requirement (python3-oxenmq) comes from the Oxen repository (https://deb.oxen.io).