Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
anadis504 authored May 23, 2023
1 parent 1533431 commit ca57d6e
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions data-parser/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,20 @@ The parser expects folder named `data` to contain the downloaded .csv files and
where the green `main` is the executable program in question (will probably be called `main-[name of you os]-latest`).
The parser will use the latest versions of the .csv files if there are several versions available in the `data` folder as in the above example.

Run the parser with
Open up a terminal and navigate to the directory with the execution file and the `data` folder. From that folder run the parser with


> `./name-of-executable`
from the directory. The parser will create a `parsed-outputs` folder with the resulting .csv file:
The parser will create a `parsed-outputs` folder with the resulting .csv file:

<img src="../docs/imgs/data-parser/dir-with-output-dir.png" width=500>

You may have to give executuion right to the executable file with:

> `chmod +x name-of-executable`

## Executing on Cubbli machine using VMware Horizen Client from your browser

Go to https://vdi.helsinki.fi/. Choose `WMware Horizon HTML Access`:
Expand Down

0 comments on commit ca57d6e

Please sign in to comment.