From 1ed0adde48bf6db421135d7b0f5ad60a92874c51 Mon Sep 17 00:00:00 2001 From: Ryan Luu Date: Thu, 18 Jul 2024 10:12:57 +0000 Subject: [PATCH] Simplify install command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c14544..bcb6300 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: +2. Install the required Python packages by running the following command in the repository directory (we only have one package to install for now): ``` -pip install -r requirements.txt +pip install instaloader ``` Now you are ready to use the script! See the [Usage](#usage) section for more information on usage.