From 348e6639ff81d54760f91b0bcbf07308b3ceb4c3 Mon Sep 17 00:00:00 2001 From: Nathan Shaaban <86252985+ctrlaltf24@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:26:19 -0700 Subject: [PATCH] docs: fix legacy pip install --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9a52a1a5..37954b57 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -83,7 +83,7 @@ LogosLinuxInstaller$ source env/bin/activate # activate the env (env) LogosLinuxInstaller$ python --version # verify python version Python 3.12.5 (env) LogosLinuxInstaller$ python -m tkinter # verify that tkinter test window opens -(env) LogosLinuxInstaller$ pip install -r requirements.txt # install python packages +(env) LogosLinuxInstaller$ pip install -r .[build] # install python packages (env) LogosLinuxInstaller$ python -m ou_dedetai.main --help # run the script ```