This commit is contained in:
callebtc
2022-09-11 17:16:20 +03:00
parent 1061c6b1e0
commit 67ec8a0fb4

View File

@@ -4,7 +4,7 @@
```bash
git clone https://github.com/callebtc/cashu.git
sudo apt install -y build-essential pkg-config libffi-dev libpq-dev zlib1g-dev
sudo apt install -y build-essential pkg-config libffi-dev libpq-dev zlib1g-dev libssl-dev
# on mac: brew install postgres
# install python using pyenv
@@ -21,6 +21,7 @@ curl -sSL https://install.python-poetry.org | python -
# install cashu
cd cashu
pyenv local 3.9.13
poetry install
```