Skip to content

Commit e4693fa

Browse files
authored
Merge pull request doccano#265 from CatalystCode/bugfix/document-libpq-dependency
Bugfix/Document libpq dependency
2 parents 89dceaa + 2d3ec13 commit e4693fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ docker pull chakkiworks/doccano
9595
First we need to install the dependencies. Run the following commands:
9696

9797
```bash
98+
sudo apt-get install libpq-dev
9899
pip install -r requirements.txt
99100
cd app
100101
```

0 commit comments

Comments
 (0)