These are the versions that I tested the code with, but the code will most likely work with older versions.
The easiest method to download and install is with pip:
$ pip install BicycleParameters
There are currently two options for getting the source code:
Once you have the source code navigate to the directory and run:
>>> python setup.py install
This will install the software into your system and you should be able to import it with:
>>> import bicycleparameters