******************************** Installation ******************************** Install via pip ------------------- The easiest way to install LiveF1 is through pip. Run the following command in your terminal: .. code-block:: bash pip install livef1 Install from source ------------------- If you want to install the latest development version or contribute to LiveF1, follow these steps: 1. Clone the repository: .. code-block:: bash git clone https://github.com/goktugocal/LiveF1.git 2. Navigate into the project directory: .. code-block:: bash cd LiveF1 3. Install dependencies and the package: .. code-block:: bash pip install -r requirements.txt pip install .