From be551113524e5d67f3cd3fb62c20031cd649519b Mon Sep 17 00:00:00 2001 From: Peter Reutemann Date: Wed, 25 Sep 2024 09:07:21 +1200 Subject: [PATCH] updated installation instructions --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e595efb..9ec57e6 100644 --- a/README.md +++ b/README.md @@ -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: