Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.