From b00830d8d1aec25b8660ea3a47319a676c05a3ba Mon Sep 17 00:00:00 2001 From: Umar Butler Date: Sat, 17 Feb 2024 13:25:21 +1100 Subject: [PATCH] Simplified installation instructions. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 135519c..3d7f1dd 100644 --- a/README.md +++ b/README.md @@ -11,9 +11,7 @@ Before running the Creator, it is **essential** that you are authorised to scrap ## Installation To install the Creator, run the following commands: ```bash -git clone https://github.com/umarbutler/open-australian-legal-corpus-creator.git -cd open-australian-legal-corpus-creator -pip install . +pip install git+https://github.com/umarbutler/open-australian-legal-corpus-creator ``` ## Usage