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.git
Navigate into the project directory:
cd LiveF1
Install dependencies and the package:
pip install -r requirements.txt pip install .