Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #1124 from swvanbuuren/swvanbuuren/improve-local-i…
Browse files Browse the repository at this point in the history
…nstall-instructions

Add required debian packages for local install
  • Loading branch information
chaws authored Feb 6, 2024
2 parents 1b00f7a + 5901523 commit 25d828f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ with the C library, install it with::

apt-get install libyaml-dev

On top of that, the following development packages may be required. Please make
sure they're installed by issuing::

apt-get install libpq-dev python3-dev build-essential

To install the dependencies::

pip3 install -r requirements-dev.txt
Expand Down

0 comments on commit 25d828f

Please sign in to comment.