Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tomolopolis authored Mar 25, 2020
1 parent 0c66470 commit a361c70
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ MedCATTrainer is an interface for building, improving and customising a given Na
MedCATTrainer was presented at EMNLP/IJCNLP 2019 :tada:
[here](https://www.aclweb.org/anthology/D19-3024.pdf)

## Developer Guide
## Installation Guide

1\. Clone the repo:

Expand All @@ -18,7 +18,7 @@ MedCATTrainer was presented at EMNLP/IJCNLP 2019 :tada:
`$ docker-compose -f docker-compose-dev.yml build`

If the build fails with an error code 137, the virtual machine running the docker
daemon does not have enough memory. Adjust in docker daemon settings CLI or associated docker GUI.
daemon does not have enough memory. Increase the allocated memory to containers in the docker daemon settings CLI or associated docker GUI.

`$ docker-compose -f docker-compose-dev.yml up`

Expand Down Expand Up @@ -68,6 +68,8 @@ a given project) can be added via the django admin UI.**
  5\. To upload documents and begin annotating, you'll first need to create a project via the admin page:
http://localhost:8001/admin/.

## User Guide

### Create an Annotation Project

Using the admin page, a configured superuser can create, edit and delete annotation projects.
Expand Down

0 comments on commit a361c70

Please sign in to comment.