Installation¶
Install via pip¶
The easiest way to install LiveF1 is through pip. Run the following command in your terminal:
pip install livef1
Install from source¶
If you want to install the latest development version or contribute to LiveF1, follow these steps:
Clone the repository:
git clone https://github.com/goktugocal/LiveF1.gitNavigate into the project directory:
cd LiveF1Install dependencies and the package:
pip install -r requirements.txt pip install .
Note
LiveF1 uses data feeds from external Formula 1 timing services. These data sources may be subject to change, service limitations, or terms of use outside the control of this library.