Skip to content

Commit

Permalink
Add meteor installation instructions (java)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeremy committed Sep 10, 2023
1 parent 27d0595 commit b97fb62
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,13 @@ To do this, `./evaluation/summ_eval/` must be added to the python path.
This can be done either manually with `export PYTHONPATH=$PYTHONPATH:./evaluation/summ_eval/` or
will be done automatically when `summ_eval.supert_metric` is imported.

### Meteor
This implementation is in java so requires the java run time environment.
This can be installed with
```bash
apt-get install default-jre
```

## Usage

### As a package
Expand Down

0 comments on commit b97fb62

Please sign in to comment.