Skip to content

Commit

Permalink
README.md: added the fedora dependency
Browse files Browse the repository at this point in the history
added the lib in the README for the Fedora setup process
  • Loading branch information
alex committed Sep 14, 2024
1 parent 6962198 commit 2f81c5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ python -m venv venv

# Install the dependencies
sudo apt install libpq-dev # For Debian based distributions
sudo dnf install libpq-devel # For Fedora
pip install -r requirements.txt

# Run SIPA with flask
Expand Down

0 comments on commit 2f81c5b

Please sign in to comment.