From 4d1d489617f195bae9e1cad89a3fa357c57e4648 Mon Sep 17 00:00:00 2001 From: Boris Malashenko <62882153+BlessedTatonka@users.noreply.github.com> Date: Wed, 29 Jan 2025 18:46:26 +0300 Subject: [PATCH] Update README.md (#35958) There should be a dot after pip install . --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ab5ceaf7e..6bbcdbc82f 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ If you'd like to play with the examples or need the bleeding edge of the code an ``` git clone https://github.com/huggingface/transformers.git cd transformers -pip install +pip install . ``` ### With conda