From 67ec8a0fb4dae372ca244a1fc1527421b0f24d8c Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 11 Sep 2022 17:16:20 +0300 Subject: [PATCH] readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dcb9f48..c7f0917 100644 --- a/README.md +++ b/README.md @@ -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 ```