Browse Source

Merge pull request #265 from CatalystCode/bugfix/document-libpq-dependency

Bugfix/Document libpq dependency
pull/266/head
Hiroki Nakayama 5 years ago
committed by GitHub
parent
commit
e4693fa43c
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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:
```bash
sudo apt-get install libpq-dev
pip install -r requirements.txt
cd app
```

Loading…
Cancel
Save