Skip to content

Commit

Permalink
Simplify install command
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 18, 2024
1 parent b2a4f97 commit 1ed0add
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1ed0add

Please sign in to comment.