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.11.3

Test and install:

$ python setup.py install
running install...