We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6962198 commit 2f81c5bCopy full SHA for 2f81c5b
README.md
@@ -49,6 +49,7 @@ python -m venv venv
49
50
# Install the dependencies
51
sudo apt install libpq-dev # For Debian based distributions
52
+sudo dnf install libpq-devel # For Fedora
53
pip install -r requirements.txt
54
55
# Run SIPA with flask
0 commit comments