From 76354ed160ee7d8fb363145d6fd2addbb6884458 Mon Sep 17 00:00:00 2001 From: Eder de Souza Date: Wed, 22 Jul 2020 12:57:54 -0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e585f5a..845eb26 100644 --- a/README.md +++ b/README.md @@ -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.