From e9c7d63da7a0fbfe56933e23a4db3d6aa4098a22 Mon Sep 17 00:00:00 2001 From: asakura42 <51290160+asakura42@users.noreply.github.com> Date: Sun, 31 Mar 2024 01:26:17 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3804cde..af495b2 100644 --- a/README.md +++ b/README.md @@ -41,9 +41,9 @@ pipx install btstrm 1. Clone the repository or download the `btstrm.py` file. -2. Install the required Python packages: +2. Install `btstrm` package: ``` - pip install requests tqdm colorama beautifulsoup4 unidecode + python -m pip install . ``` 3. Install btfs, fzf, and Jackett by following their respective installation instructions. @@ -56,6 +56,8 @@ pipx install btstrm LANG = es-ES JACKETT_API_KEY = your_jackett_api_key JACKETT_URL = http://127.0.0.1:9117 + TIMEOUT=30 + REMOVE_PLAYED_FROM_LIST = True ``` Replace `your_jackett_api_key` with your actual Jackett API key and adjust the `JACKETT_URL` if necessary.