Getting started#

Installation#

Easy way#

Install runpandas with:

pip install runpandas

or with:

conda install -c marcelcaraciolo runpandas

RunPandas depends on the following packages:

  • pandas

  • fitparse

  • stravalib

  • haversine

  • pydantic

  • pyaml

  • thefuzz

Detailed instructions#

Do you prefer installation from source or specific version? See detailed instructions.

What now#

  • If you don’t have Runpandas yet, check Installation.

  • If you have never used RunPandas and want to get familiar with it and its core functionality quickly, see our Runpandas book.

  • Detailed instructions about how to work with Runpandas, how to read files or perform activity analysis are part of our User Guide.

  • And if you are interested in the complete documentation of all classes, functions, method and attributes Runpandas offers, API Reference is here for you.