Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
z1nc0r3 committed Jul 17, 2023
1 parent 40e63fa commit c8a35f5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,12 @@ This is a Python script that allows you to download videos from Twitter. It take
```bash
cd twitter-video-downloader
3. Run the script with the video URL as the argument
3. Install the required packages
```bash
pip install -r requirements.txt

4. Run the script with the video URL as the argument

```bash
python twitter_downloader.py {video url}
Expand Down

0 comments on commit c8a35f5

Please sign in to comment.