From 65dccd30540b6fccc5eae13171c1e4f3ca2c6db1 Mon Sep 17 00:00:00 2001 From: Chris Midkiff Date: Mon, 22 Jun 2020 10:44:41 -0400 Subject: [PATCH] Update 'README.txt' --- README.txt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.txt b/README.txt index 3f5f2a8..b78dd53 100644 --- a/README.txt +++ b/README.txt @@ -12,8 +12,13 @@ As you may or may not have noticed there are two different collision systems in Instructions: You will need the following things: +Two to three computers (if doing Oculus on of these must be Windows.) +The android development tools installed. +A working python3 install with pip. - +1. Run the trialGen util script to generate your trials +2. Run a copy of the server util script on a computer that is network accessible from your other devices. +3. Run a copy of the client util script for each input device you will be using, this is used to update the participant id. Future Plans