docs(readme): update python requirement and installation instructions

This commit is contained in:
etienne-hd
2026-04-29 19:35:20 +02:00
parent 391d5f8e89
commit 73e33ab782

View File

@@ -52,7 +52,7 @@ This project uses [lbc](https://github.com/etienne-hd/lbc), an unofficial librar
## Installation
Required **Python 3.9+**
Required **Python 3.10+**
1. **Clone the repository**
```bash
git clone https://github.com/etienne-hd/lbc-finder.git
@@ -60,7 +60,12 @@ Required **Python 3.9+**
```
2. **Install dependencies**
```bash
pip install -r requirements.txt
pip install .
```
With **uv**:
```bash
uv sync
```
## Docker