Skip to content

Instantly share code, notes, and snippets.

@tbielawa
Last active August 29, 2015 13:57
Show Gist options
  • Save tbielawa/9590664 to your computer and use it in GitHub Desktop.
Save tbielawa/9590664 to your computer and use it in GitHub Desktop.
How do I get bitmath: via RPM; via PyPi (pip); via setup/distutils? https://github.com/tbielawa/bitmath More information: https://blog.lnx.cx/?p=521
########################################################################
# If you want it from PyPi:
$ sudo pip install bitmath
########################################################################
# If you like manual labor (and bleeding edge releases):
#
# clone that sweet sweet git repo:
$ git clone https://github.com/tbielawa/bitmath.git
$ cd bitmath
########################################################################
# If you're into RMPs:
$ make rpm
$ sudo rpm -ivh ./rpm-build/noarch/python-bitmath*.noarch.rpm
########################################################################
# If you're into setup/distutils:
$ sudo python ./setup.py install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment