From eab16a33a60c8330697f9097fa45d4d460783f9b Mon Sep 17 00:00:00 2001 From: Oleg Ryakhovsky <2326wz@gmail.com> Date: Thu, 17 Dec 2020 17:18:50 +0300 Subject: [PATCH] Update README.md Some addition to setup process on Win10, I had a lot of troubles to install your repo - thanks for it! --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index baf8641..15554d2 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,8 @@ On Windows, you may have to force the system to use MinGW. To do so, create a fi compiler=mingw32 ``` +Then, you must have Visual Studio 2017 installed. Also, this [patch](https://bugs.python.org/file40608/patch.diff) can help you to pass the installation successfully. + If you are not able to create this file for your Python environment, you can instead create a file named `setup.cfg` in the root of the repo with the same contents. It is also possible to force the use of MinGW directly when invoking `pip` by calling: @@ -112,4 +114,4 @@ to analyze for an angle of attack of 10 degrees, a lift coefficient of 1.0, and -0.5 to 0.5 with steps of 0.05. For other features and specifics, see the documentation in the Python source files. - \ No newline at end of file +