Skip to content

Commit b552518

Browse files
committed
Updated README.md
1 parent 5df9cf0 commit b552518

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

README.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,23 @@ AltTextGenerator is a Python script designed to automatically generate alt text
2525
1. Clone the repository or download the script:
2626
```bash
2727
git clone https://github.com/fvarghese99/AltTextGenerator.git
28+
```
29+
Navigate to the project directory:
30+
```bash
2831
cd AltTextGenerator
2932
```
30-
2. Create a virtual environment (recommended):
33+
2. Create a virtual environment with custom name 'AltTextGeneratorEnv' (recommended):
3134
```bash
3235
python -m venv AltTextGeneratorEnv
33-
source venv/bin/activate # For macOS/Linux
34-
venv\Scripts\activate # For Windows
36+
```
37+
Activate the virtual environment: <br>
38+
For macOS/Linux <br>
39+
```bash
40+
source AltTextGeneratorEnv/bin/activate
41+
```
42+
For Windows <br>
43+
```bash
44+
AltTextGeneratorEnv\Scripts\activate
3545
```
3646
3. Install the required packages:
3747
```bash

0 commit comments

Comments
 (0)