Browse Source

Document libpq dependency

pull/265/head
Clemens Wolff 5 years ago
parent
commit
2d3ec13772
1 changed files with 1 additions and 0 deletions
  1. 1
      README.md

1
README.md

@ -95,6 +95,7 @@ docker pull chakkiworks/doccano
First we need to install the dependencies. Run the following commands: First we need to install the dependencies. Run the following commands:
```bash ```bash
sudo apt-get install libpq-dev
pip install -r requirements.txt pip install -r requirements.txt
cd app cd app
``` ```

Loading…
Cancel
Save