Skip to content

Commit b407128

Browse files
committed
update documentation
1 parent 60de491 commit b407128

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

backend/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Create and activate a virtualenv. Ensure your working directory is the one that
5151
```console
5252
$ psql -f create_db.sql
5353
$ pip install pip-tools
54-
$ pip sync
54+
$ pip-sync
5555
$ python manage.py migrate
5656
$ python manage.py createsuperuser
5757
```

frontend/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# LangPro Annotator frontend
22

3+
## Before you start
4+
You need to install the following software:
5+
- Node ^18.19.1 || ^20.11.1 || >=22.0.0
6+
7+
Run `yarn` to install the requirements for the frontend.
8+
39
## Import ProofBank data
410

511
LangPro Annotator can be used to browse and annotate problems from the ProofBank dataset, which is a collection of problems from both the [SICK (Sentences Involving Compositional Knowledge)][1] and FraCaS (Framework for Computational Semantics) datasets. For more information about these datasets, see the [References](#references) section below.

0 commit comments

Comments
 (0)