Bicycleparameters Installation¶
Dependencies¶
These are the versions that I tested the code with, but the code will most likely work with older versions.
Required¶
Optional¶
These are required to run the Dash web application:
These are required to build the documentation:
Installation¶
We recommend installing BicycleParameters with conda or pip.
For conda:
$ conda install -c conda-forge bicycleparameters
For pip:
$ pip install BicycleParameters
The package can also be installed from the source code. The options for getting the source code are:
Clone the source code with Git:
git clone git://github.com/moorepants/BicycleParameters.git
Download 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. You can check if it installs with:
$ python -c "import bicycleparameters"