-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Rem | ||
Rem Install extra bits after psychopy and git clone | ||
Rem | ||
|
||
Rem location of psychopy, reusing it's python interpreter | ||
set PYTHON=C:\Program Files\PsychoPy\python.exe | ||
|
||
Rem install 'tornado' and 'pynput' | ||
"%PYTHON%" -m pip install -r requirements.txt | ||
echo you might also need python packages: pyxid2 for Cedrus OR usb_1208FS and RTBox for sEEG | ||
|
||
Rem get psiclj for saving to sqlite database | ||
powershell -Command "Invoke-WebRequest https://github.com/LabNeuroCogDevel/psiclj/releases/download/v0.2.3/psiclj.exe -OutFile psiclj.exe" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters