Installation

From PyPi

$ pip install base10

From source

Base10 is developed on Github.

You can clone the public repo:

$ git clone https://github.com/mattdavis90/base10.git

Once you have the source, you can install it into your site-packages with

$ python setup.py install