update readme

This commit is contained in:
callebtc
2022-11-29 20:44:47 +01:00
parent acf8cde280
commit 8dbbd1eb16

View File

@@ -40,7 +40,8 @@ These steps help you install Python via pyenv and Poetry. If you already have Po
#### Poetry: Prerequisites
```bash
sudo apt install -y build-essential pkg-config libffi-dev libpq-dev zlib1g-dev libssl-dev python3-dev
# on ubuntu:
sudo apt install -y build-essential pkg-config libffi-dev libpq-dev zlib1g-dev libssl-dev python3-dev libsqlite3-dev
# on mac: brew install postgres
# install python using pyenv