Installation

The recommended installation method is using pip.

pip

$ pip install bucketcache

Git

$ git clone https://github.com/RazerM/bucketcache.git
Cloning into 'bucketcache'...

Check out a release tag:

$ cd bucketcache
$ git checkout 0.12.1

Test and install:

$ python setup.py install
running install...