Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asakura42 authored Mar 31, 2024
1 parent 382b1da commit e9c7d63
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.

Expand Down

0 comments on commit e9c7d63

Please sign in to comment.