Skip to content

Commit 43e8b19

Browse files
committed
Update README.md
1 parent 542e129 commit 43e8b19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ Download the RMRIO database and RMRIO labels for a specific year from
2121
1. Year_YYYY_RMRIO.zip
2222
2. Labels_RMRIO.zip
2323

24-
Extract the *.zip-files into the folder `rmrio-data` and run `main.py`.
24+
Extract the *.zip-files into the folder `rmrio-data` and run `main.py`. In the example given in the screenshot below, the file `main.py` is located in a folder named ``RMRIO.
2525

2626
![files](/readme-supplementary/filepaths.png)
2727

28-
The class `rmrio_import` can be loaded in `main.py` with the optional parameters `rmrio_file_path` and `rmrio_year` specified e.g.
28+
Alternatively, the class `rmrio_import` can be loaded in `main.py` with the optional parameters `rmrio_file_path` and `rmrio_year` specified e.g.
2929

3030
```Python
3131
rmrio_db_importer = rmrio.rmrio_import(

0 commit comments

Comments
 (0)