mirror of
https://github.com/etienne-hd/lbc-finder.git
synced 2026-07-11 15:26:18 +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
|
## Installation
|
||||||
|
|
||||||
Required **Python 3.9+**
|
Required **Python 3.10+**
|
||||||
1. **Clone the repository**
|
1. **Clone the repository**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/etienne-hd/lbc-finder.git
|
git clone https://github.com/etienne-hd/lbc-finder.git
|
||||||
@@ -60,7 +60,12 @@ Required **Python 3.9+**
|
|||||||
```
|
```
|
||||||
2. **Install dependencies**
|
2. **Install dependencies**
|
||||||
```bash
|
```bash
|
||||||
pip install -r requirements.txt
|
pip install .
|
||||||
|
```
|
||||||
|
|
||||||
|
With **uv**:
|
||||||
|
```bash
|
||||||
|
uv sync
|
||||||
```
|
```
|
||||||
|
|
||||||
## Docker
|
## Docker
|
||||||
|
|||||||
Reference in New Issue
Block a user