Skip to content

Commit

Permalink
updated installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
fracpete committed Sep 24, 2024
1 parent aeb1385 commit be55111
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,15 @@ Meta-library that combines all [llm-dataset-converter](https://github.com/waikat
Via PyPI:

```bash
pip install llm-dataset-converter-all \
git+https://github.com/waikato-llm/ldc-tint.git
pip install llm-dataset-converter-all
```

The latest code straight from the repository:

```bash
pip install git+https://github.com/waikato-llm/llm-dataset-converter-all.git \
git+https://github.com/waikato-llm/ldc-tint.git
pip install git+https://github.com/waikato-llm/llm-dataset-converter-all.git
```

**NB:** The [reo-toolkit](https://github.com/TeHikuMedia/reo-toolkit) library is not published on pypi,
so we have to install that separately from the github repo.

## Docker

[Docker](docker) images are available from:
Expand Down

0 comments on commit be55111

Please sign in to comment.