Skip to content

Commit 620840b

Browse files
committed
Update README with PyPI package info
- Add PyPI version and download badges - Update installation command to use correct package name - Update source installation URL to correct repository
1 parent 98fc143 commit 620840b

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
A production-grade Python SDK for the [OpenF1 API](https://openf1.org/), providing easy access to real-time and historical Formula 1 data.
44

55
<p align="center">
6+
<a href="https://pypi.org/project/OpenF1-python-client/"><img src="https://img.shields.io/pypi/v/OpenF1-python-client.svg" alt="PyPI version"></a>
7+
<a href="https://pypi.org/project/OpenF1-python-client/"><img src="https://img.shields.io/pypi/dm/OpenF1-python-client.svg" alt="PyPI downloads"></a>
68
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.10+-blue.svg" alt="Python 3.10+"></a>
79
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="License: MIT"></a>
810
<a href="https://github.com/psf/black"><img src="https://img.shields.io/badge/code%20style-black-000000.svg" alt="Code style: black"></a>
@@ -51,14 +53,14 @@ A production-grade Python SDK for the [OpenF1 API](https://openf1.org/), providi
5153
## 📦 Installation
5254

5355
```bash
54-
pip install openf1-client
56+
pip install OpenF1-python-client
5557
```
5658

5759
Or install from source:
5860

5961
```bash
60-
git clone https://github.com/YOUR_USERNAME/openf1-python.git
61-
cd openf1-python
62+
git clone https://github.com/rhtnr/OpenF1-python-client.git
63+
cd OpenF1-python-client
6264
pip install -e .
6365
```
6466

0 commit comments

Comments
 (0)