============================== Bicycleparameters Installation ============================== Dependencies ============ These are the versions that I tested the code with, but the code will most likely work with older versions. Required -------- - `DynamicistToolKit >= 0.5.3 `_ - `Matplotlib >= 3.5.1 `_ - `NumPy >= 1.21.5 `_ - `Python >= 3.8 `_ - `SciPy >= 1.8.0 `_ - `Uncertainties >= 3.1.5 `_ - `yeadon >= 1.3.0 `_ Optional -------- These are required to run the Dash web application: - `Dash >= 2.0 `_ - `dash-bootstrap-components `_ - `Pandas >= 1.3.5 `_ These are required to build the documentation: - `Sphinx >= 4.3.2 `_ - `Numpydoc >= 1.2 `_ Installation ============ We recommend installing BicycleParameters with conda_ or pip_. .. _conda: https://docs.conda.io .. _pip: https://pip.pypa.io 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: 1. Clone the source code with Git: ``git clone git://github.com/moorepants/BicycleParameters.git`` 2. `Download the source from Github`__. 3. Download the source from pypi__. .. __: https://github.com/moorepants/BicycleParameters .. __: http://pypi.python.org/pypi/BicycleParameters 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"