|
@ -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 |
|
|
``` |
|
|
``` |
|
|