updated console notes

This commit is contained in:
Chris Midkiff 2020-05-15 23:51:12 -04:00
parent 5f9fc23670
commit 2ee6bd9750

View File

@ -6,6 +6,7 @@ Please note that your number of trials times your number of dots per trial must
console.py
This communicates with the server and updates the participant ID for a given input device. I recommend running an instance of this for each input device during data collection.
Note: Setting the participant ID to 9999. Will run only the first trial and not record data samples. The purpose of this is a practice trial.
server.py
This requires the python package flask (pip3 install flask).