Installation

Note

The commands below are presumed to be run relative to the project root unless explicitly stated otherwise. ./ also refers to the project root.

From PyPI

To install the latest release, run

$ pip install python-humble-utils

Or, install a specific version via

$ pip install python-humble-utils==<version>

If you don’t have pip installed, this Python installation guide can guide you through the process.

From Sources

  1. Obtain sources

    • cloning the repository:

      $ git clone git://github.com/webyneter/python-humble-utils
      
    • or, downloading a tarball:

      $ curl -OL https://github.com/webyneter/python-humble-utils/tarball/master
      
  2. Install via:

    $ python setup.py install