From 73e33ab78268cb81dbefb5638cb91d33effa0555 Mon Sep 17 00:00:00 2001 From: etienne-hd Date: Wed, 29 Apr 2026 19:35:20 +0200 Subject: [PATCH] docs(readme): update python requirement and installation instructions --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1d7faf5..9db0687 100644 --- a/README.md +++ b/README.md @@ -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