Skip to content

Commit

Permalink
Update readme with additional package to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomahawkuru authored Jul 8, 2021
1 parent 81d63e1 commit 4f7bc32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Detection and their measures are saved as fixations.csv, saccades.csv, persuits.
# How to use
Make sure the right packages are installed in your environment:
```bash
pip install numpy pandas matplotlib liac-arff
pip install numpy pandas scipy matplotlib liac-arff
```

Detection is run by running the script main.py. Here you can set global parameters for running the detection:
Expand All @@ -90,4 +90,4 @@ trails = 2 # trails per participant
filename = 'varjo_gaze_output' # looks for files with this string in the name
```

The parameters for detection are specified in run_detection.py.
The parameters for detection are specified in run_detection.py.

0 comments on commit 4f7bc32

Please sign in to comment.