Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Mewnojs authored May 11, 2022
1 parent 2d81bb7 commit bc87d1e
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 @@ -10,7 +10,7 @@

### Installation
0. Obtain [Python](https://python.org);
0. Use <code>pip -r requirments.txt</code> to install all the requirements for this tool;
0. Use <code>pip install -r requirements.txt</code> to install all the requirements for this tool;
0. For non-windows users: Manually build the [native module](libs/mydft), here is the command: (under the source directory)<code>python3 setup.py build</code>, and put the binary module file into the [libs](libs) directory;
0. Run [SingingpianoQt.pyw](SingingpianoQt.pyw) and enjoy!

Expand Down

0 comments on commit bc87d1e

Please sign in to comment.