mirror of
https://github.com/etienne-hd/lbc-finder.git
synced 2026-04-29 20:35:35 +02:00
docs(readme): update python requirement and installation instructions
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user