Skip to content

Commit

Permalink
Update alt-text-generator.py.md
Browse files Browse the repository at this point in the history
Improved installation instructions
  • Loading branch information
mgifford authored Jan 31, 2025
1 parent 3b140ba commit 2cad079
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions alt-text-generator.py.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@ This Python script is designed to generate meaningful alternative text (alt text

**2\. Required Libraries**

Install the required Python libraries using pip3:
Save: Save the requirements.txt and install the following in your terminal:

Save: Save this content as requirements.txt.
Install: Run `pip3 install -r requirements.txt` in your terminal.
```pip3 install -r requirements.txt```


If you plan to export to Excel (optional):
Expand Down

0 comments on commit 2cad079

Please sign in to comment.