Skip to content

Commit 60f7884

Browse files
Update README.md
1 parent 8ae5469 commit 60f7884

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ Required directory structure:
3737

3838
-
3939
1. Download the repository and install the required packages:
40-
`pip install -r requirements.txt`
40+
```pip3 install -r requirements.txt```
4141
2. The main file is sufficient to run the experiments.
42-
Then, run the code using the command prompt as follows:
42+
Then, run the code using linux terminal as follows:
4343

44-
`python main.py --data_directory "data"`
44+
```python3 main.py --data_directory "data"```
4545

4646
Available arguments:
4747
- `--num_epochs`: Number of epochs of training. Default = 70

0 commit comments

Comments
 (0)