From cddb63a76c2e09dbf51d9b3902a527a8588e7964 Mon Sep 17 00:00:00 2001 From: Christian Tietze Date: Wed, 8 Nov 2023 13:52:47 +0100 Subject: [PATCH] Update explanation how to install pyzmq from source with draft support --- examples/draft/install.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/draft/install.sh b/examples/draft/install.sh index 1d2021d10..ceebd28c8 100644 --- a/examples/draft/install.sh +++ b/examples/draft/install.sh @@ -17,8 +17,7 @@ cd zeromq-${ZMQ_VERSION} make -j${CPU_COUNT} && make install # install pyzmq with drafts enabled -# --install-option disables installing pyzmq from wheels, -# which do not have draft support +# By specifying ``--no-binary pyzmq``, pip knows to not install wheels, and will compile pyzmq from source. echo "installing ${PYZMQ}" export ZMQ_PREFIX=${PREFIX}