From c6de33437235d39b7fd7a79aa84bb43fe5849ee8 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Sun, 21 Jul 2024 06:17:44 +0000 Subject: [PATCH] Use requirements --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bcb6300..3c14544 100644 --- a/README.md +++ b/README.md @@ -25,9 +25,9 @@ Before installing, make sure you have [Python 3.8 or newer](https://www.python.o ``` git clone https://github.com/RyanLua/InstaWebhooks.git ``` -2. Install the required Python packages by running the following command in the repository directory (we only have one package to install for now): +2. Install the required Python packages by running the following command in the repository directory: ``` -pip install instaloader +pip install -r requirements.txt ``` Now you are ready to use the script! See the [Usage](#usage) section for more information on usage.