diff --git a/README.md b/README.md index 773969a..e08703e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This is a simple Python script to automatically unfollow inactive users on Blues 1. Clone the repository: ```git clone https://git.dataprolet.de/dataprolet/Bluesky-Unfollow-Inactive.git``` 2. Install Python modules: - ```pip install atproto python-telegram-bot``` + ```python -m pip install atproto python-telegram-bot``` 3. Fill in the variables 4. Create a Telegram bot 5. Run the script using ```--dry``` or ```--prod``` and ```--days {amount of days}```