Skip to content

Commit

Permalink
Merge pull request #1910 from DivineDominion/patch-1
Browse files Browse the repository at this point in the history
Update examples/draft/install.sh comment for modern pip
  • Loading branch information
minrk authored Nov 9, 2023
2 parents d7a8c83 + cddb63a commit 9133457
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/draft/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 9133457

Please sign in to comment.