Skip to content

Commit

Permalink
Use requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanLua authored Jul 21, 2024
1 parent 224dbac commit c6de334
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 (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.
Expand Down

0 comments on commit c6de334

Please sign in to comment.