From 305a838cf1f5db36742cebe528c1a01ec3b4597f Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Thu, 23 May 2024 09:18:51 +0200 Subject: [PATCH] Fix build instructions The path to qpropgen requirements.txt has changed now that it has been moved to 3rdparty/qpropgen/. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e2eb8b..4689a51 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Building SFXR Qt also requires [qpropgen][], a tool to generate Qt properties. qpropgen is written in Python 3, so make sure you have Python 3 and pip installed, then run: - pip3 install -r qpropgen/requirements.txt + pip3 install -r 3rdparty/qpropgen/requirements.txt ### Step 3