Skip to content

Commit

Permalink
docs: fix readme pip install typo
Browse files Browse the repository at this point in the history
  • Loading branch information
f0e committed Dec 24, 2024
1 parent 573af6e commit f09fee5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Script to sync your Letterboxd watched films and ratings to your Trakt account.

## Usage (Manual)

- Install the requirements: `python install -r requirements.txt`
- Install the requirements: `pip install -r requirements.txt`
- Run the script: `python letterboxd_trakt/main.py`
- This will generate a template config at `config.yml`, you need to [fill in the values](#config).

Expand Down

0 comments on commit f09fee5

Please sign in to comment.