Skip to content

Commit

Permalink
Update explanation how to install pyzmq from source with draft support
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineDominion authored Nov 8, 2023
1 parent d7a8c83 commit cddb63a
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 cddb63a

Please sign in to comment.