diff --git a/alt-text-generator.py.md b/alt-text-generator.py.md index 0ab0895..107926f 100644 --- a/alt-text-generator.py.md +++ b/alt-text-generator.py.md @@ -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):