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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
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 |
|
|
|
``` |
|
|
|