# HG changeset patch # User matjung <46030566+matjung@users.noreply.github.com> # Date 1595932705 -7200 # Tue Jul 28 12:38:25 2020 +0200 # Node ID 2c543bf1794fb4e3564b55411d3defc08d92b6a1 # Parent 29d4f91c8f23c184c5fa1d8a4a9bfedf193bb84a GH #221 Put link to Python wiki about Windows Compilers prerequisite Co-authored-by: Vyacheslav Savchenko <25712100+SeyfSV@users.noreply.github.com> diff --git a/code/README b/code/README --- a/code/README +++ b/code/README @@ -62,6 +62,9 @@ * As a prerequisite, you first need to install an IBM MQ client in the system that PyMQI is about to be installed; it is a free library offered by IBM on top of which higher-level ones, such as PyMQI, can connect to queue managers. IBM MQ clients can be downloaded from IBM's website. + +* Prerequisite for Windows: Microsoft Visual C++ compiler. + Each Python version uses a specific compiler version. So, you need to install the compiler version that corresponds to your Python version : https://wiki.python.org/moin/WindowsCompilers * Now you can use pip to install PyMQI itself: