From 5dcef2d9bccc131d747c4333a560ec22f91821af Mon Sep 17 00:00:00 2001 From: Michael MacAskill Date: Tue, 27 Mar 2018 09:31:49 +1300 Subject: [PATCH] Include PsychoPy in README.TXT Pyxid is bundled with PsychoPy: http://www.psychopy.org/api/hardware/cedrus.html Changing the README here will improve visibility of that compatibility for users. --- README.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.txt b/README.txt index c8983bc..b2e29a0 100644 --- a/README.txt +++ b/README.txt @@ -1,7 +1,7 @@ Python library for interfacing with Cedrus XID and StimTracker devices XID (eXperiment Interface Device) devices are used in software such as -SuperLab, Presentation, and ePrime for receiving input as part of +SuperLab, Presentation, PsychoPy, and ePrime for receiving input as part of stimulus/response testing experiments. This handles all of the low level device handling for XID devices in @@ -46,7 +46,7 @@ See the docstring for activate_line() for documentation on how to use it. These methods are not available if the device is a response pad. -StimTracker is used in software such as SuperLab, Presentation and ePrime +StimTracker is used in software such as SuperLab, Presentation, PsychoPy, and ePrime for sending event markers.