We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af4397d commit bb8ca88Copy full SHA for bb8ca88
README.md
@@ -77,8 +77,10 @@ where `[arch]` is either `Win32` for 32-bit builds or `x64` for 64-bit builds.
77
Also, when building in MSYS2, you need to set the `SETUPTOOLS_USE_DISTUTILS`
78
environment variable to `stdlib`; this is because MSYS2 uses a patched version
79
of `distutils` that conflicts with `setuptools >= 60.0`.
80
-Note: You need the following packages:
81
-`$MINGW_PACKAGE_PREFIX-python-pip $MINGW_PACKAGE_PREFIX-python-setuptools $MINGW_PACKAGE_PREFIX-cc $MINGW_PACKAGE_PREFIX-cmake`
+
+> [!TIP]
82
+> You need the following packages:
83
+> `$MINGW_PACKAGE_PREFIX-python-pip $MINGW_PACKAGE_PREFIX-python-setuptools $MINGW_PACKAGE_PREFIX-cc $MINGW_PACKAGE_PREFIX-cmake`
84
85
### Enabling GraphML
86
0 commit comments