Bicycleparameters Installation

Dependencies

These are the versions that I tested the code with, but the code will most likely work with older versions.

Optional

These are required to bulid the documentation:

Installation

The easiest method to download and install is with pip:

$ pip install BicycleParameters

There are currently two options for getting the source code:

  1. Clone the source code with Git: git clone git://github.com/moorepants/BicycleParameters.git
  2. Download the source from Github.
  3. Dowload the source from pypi.

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

Table Of Contents

Previous topic

Description

Next topic

Example Usage

This Page