From bc7d398e1afcf8c7a52cb83374261f9d75a0891f Mon Sep 17 00:00:00 2001 From: Chandra Irugalbandara <52673571+chandralegend@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:45:35 +0530 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 2dbf977..a97bad7 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,11 @@ Multi-Tokenizer is a Python package that provides tokenization of multilingual t pip install multi-tokenizer ``` -### Using Poetry +### from Source ```bash git clone https://github.com/chandralegend/multi-tokenizer.git cd multi-tokenizer pip install . -# or if poetry is installed -poetry install ``` ## Usage