Skip to content

Commit

Permalink
Fix build instructions
Browse files Browse the repository at this point in the history
The path to qpropgen requirements.txt has changed now that it has been
moved to 3rdparty/qpropgen/.
  • Loading branch information
agateau committed May 23, 2024
1 parent 2799823 commit 305a838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 305a838

Please sign in to comment.