Installation#
FastF1 requires Python 3.9 or higher. It is recommended to install FastF1 using pip:
pip install fastf1
You can also install using conda:
conda install -c conda-forge fastf1
Alternatively, a wheel or a source distribution can be downloaded from PyPI.
Installation in Pyodide, JupyterLite and other WASM-based environments
FastF1 should be mostly compatible with Pyodide and other WASM-based environments, although this is not extensively tested. Currently, the installation and usage require some additional steps. You can find more information and a guide in this external repository and the discussion in this issue.