File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,23 @@ AltTextGenerator is a Python script designed to automatically generate alt text
25
25
1 . Clone the repository or download the script:
26
26
``` bash
27
27
git clone https://github.com/fvarghese99/AltTextGenerator.git
28
+ ```
29
+ Navigate to the project directory:
30
+ ``` bash
28
31
cd AltTextGenerator
29
32
```
30
- 2. Create a virtual environment (recommended):
33
+ 2. Create a virtual environment with custom name ' AltTextGeneratorEnv ' (recommended):
31
34
` ` ` bash
32
35
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\S cripts\a ctivate
35
45
` ` `
36
46
3. Install the required packages:
37
47
` ` ` bash
You can’t perform that action at this time.
0 commit comments