From 008dc757ea47d14289935df904e5ed8eb7c2ac91 Mon Sep 17 00:00:00 2001 From: Aliakbar <34204311+Salehbigdeli@users.noreply.github.com> Date: Sat, 28 Sep 2024 17:33:01 +0200 Subject: [PATCH] Update install.md When installing from source, user will run `make test`, `make style` or ... --- docs/source/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.md b/docs/source/install.md index c1f435a5ef..d89c2da7f6 100644 --- a/docs/source/install.md +++ b/docs/source/install.md @@ -43,5 +43,5 @@ repository: ```bash git clone https://github.com/huggingface/peft cd peft -pip install -e . +pip install -e .[test] ```