Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ederwander authored Jul 22, 2020
1 parent d2651d6 commit 9d3bdb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ Create one file distutils.cfg in your python distutils PATH instalation Ex:C:\Py

Set the PAH to you python and mingw, ex in CMD.

set PATH=C:\MinGW\bin;C:\Python37;%PATH%
> set PATH=C:\MinGW\bin;C:\Python37;%PATH%
if you installed mingw 64bits point the path correctly

Now you're ready to compile:

python.exe setup.py install
> python.exe setup.py install


Expand All @@ -61,6 +61,6 @@ python.exe setup.py install

The package is imported with 'import AutoTune'.

You can find two simple example (real-time and from-file) in the folder [examples] (http://github.com/ederwander/PyAutoTune/tree/master/Examples)!
You can find two simple example (real-time and from-file) in the folder [examples](http://github.com/ederwander/PyAutoTune/tree/master/Examples)!


0 comments on commit 9d3bdb1

Please sign in to comment.