Skip to content

Commit 9133457

Browse files
authored
Merge pull request #1910 from DivineDominion/patch-1
Update examples/draft/install.sh comment for modern pip
2 parents d7a8c83 + cddb63a commit 9133457

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

examples/draft/install.sh

+1-2
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ cd zeromq-${ZMQ_VERSION}
1717
make -j${CPU_COUNT} && make install
1818

1919
# install pyzmq with drafts enabled
20-
# --install-option disables installing pyzmq from wheels,
21-
# which do not have draft support
20+
# By specifying ``--no-binary pyzmq``, pip knows to not install wheels, and will compile pyzmq from source.
2221

2322
echo "installing ${PYZMQ}"
2423
export ZMQ_PREFIX=${PREFIX}

0 commit comments

Comments
 (0)