From 899b3ef68ed822fe455a9920e1cfcb2226abfc44 Mon Sep 17 00:00:00 2001 From: ruvilonix <114708614+ruvilonix@users.noreply.github.com> Date: Sun, 22 Dec 2024 15:32:25 -0500 Subject: [PATCH] Update README.md requirements file is in the orange3 folder --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 630584b25bb..f7416c65bf6 100644 --- a/README.md +++ b/README.md @@ -140,7 +140,7 @@ conda activate orange3 git clone ssh://git@github.com/$MY_GITHUB_USERNAME/orange3 # Install PyQT and PyQtWebEngine. You can also use PyQt6 -pip install -r requirements-pyqt.txt +pip install -r orange3/requirements-pyqt.txt pip install -e orange3 ```