We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d7a8c83 + cddb63a commit 9133457Copy full SHA for 9133457
examples/draft/install.sh
@@ -17,8 +17,7 @@ cd zeromq-${ZMQ_VERSION}
17
make -j${CPU_COUNT} && make install
18
19
# install pyzmq with drafts enabled
20
-# --install-option disables installing pyzmq from wheels,
21
-# which do not have draft support
+# By specifying ``--no-binary pyzmq``, pip knows to not install wheels, and will compile pyzmq from source.
22
23
echo "installing ${PYZMQ}"
24
export ZMQ_PREFIX=${PREFIX}
0 commit comments