mirror of
https://github.com/miurahr/aqtinstall.git
synced 2025-12-18 13:14:37 +03:00
README: add note about MSYS2/Mingw64 environment
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
This commit is contained in:
@@ -91,11 +91,19 @@ Same as usual, it can be installed with ``pip``:
|
|||||||
You are recommended to update pip before installing aqtinstall.
|
You are recommended to update pip before installing aqtinstall.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
aqtinstall depends several packages, that is required to download files from internet, and extract 7zip archives,
|
aqtinstall depends several packages, that is required to download files from internet, and extract 7zip archives,
|
||||||
some of which are precompiled in several platforms.
|
some of which are precompiled in several platforms.
|
||||||
Older pip does not handle it expectedly(see #230).
|
Older pip does not handle it expectedly(see #230).
|
||||||
|
|
||||||
|
.. note::
|
||||||
|
|
||||||
|
When you want to use it on MSYS2/Mingw64 environment, you need to set environmental variable
|
||||||
|
``export SETUPTOOLS_USE_DISTUTILS=stdlib``, because of setuptools package on mingw wrongly
|
||||||
|
raise error ``VC6.0 is not supported``
|
||||||
|
|
||||||
.. warning::
|
.. warning::
|
||||||
|
|
||||||
There is an unrelated package `aqt` in pypi. Please don't confuse with it.
|
There is an unrelated package `aqt` in pypi. Please don't confuse with it.
|
||||||
|
|
||||||
It may be difficult to set up some Windows systems with the correct version of Python and all of ``aqt``'s dependencies.
|
It may be difficult to set up some Windows systems with the correct version of Python and all of ``aqt``'s dependencies.
|
||||||
|
|||||||
Reference in New Issue
Block a user