From c750856a7251033d30ff566bdad09661a78cd9e0 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 11 Sep 2022 17:00:33 +0300 Subject: [PATCH] readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index aef7104..177c350 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ ```bash git clone https://github.com/callebtc/cashu.git -sudo apt install pkg-config libffi-dev libpq-dev +sudo apt install build-essential pkg-config libffi-dev libpq-dev # on mac: brew install postgres + +# follow the instructions after installing pyenv curl https://pyenv.run | bash pyenv install 3.9.13 + cd cashu poetry install ```