Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ederwander committed Jul 22, 2020
1 parent 76354ed commit e56eeb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ https://sourceforge.net/projects/mingw-w64/

Create one file distutils.cfg in your python distutils PATH instalation Ex:C:\Python37\Lib\distutils

`[build]
compiler=mingw32
> [build]
> compiler=mingw32

[build_ext]
include_dirs= C:\Python37\Lib\site-packages\numpy\core\include`
> [build_ext]
> include_dirs= C:\Python37\Lib\site-packages\numpy\core\include`

Set the PATH to you mingw and python, ex in CMD.
Expand Down

0 comments on commit e56eeb4

Please sign in to comment.