Skip to content

Commit 14c4c71

Browse files
authored
Init commit of README draft
1 parent f652d7c commit 14c4c71

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

README.md

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
# StPy
2+
Stop signal task in Python
3+
4+
## Overview
5+
6+
StPy is stimulus presentation code for running various forms of the stop-signal task in Python using PsychoPy. Various implementations of the stop-signal task can be run, including the standard, action-selective, and stimulus-selective stop-signal task.
7+
8+
## Getting started
9+
10+
### Requirements
11+
12+
* [PsychoPy](http://www.psychopy.org/)
13+
14+
### Installation
15+
16+
Get the code as follows:
17+
18+
If you have git installed, open a terminal and run the following command
19+
```
20+
git clone https://github.com/bramzandbelt/StPy.git
21+
```
22+
23+
If you don't have git installed, you can also [download the code as a ZIP file](https://github.com/bramzandbelt/StPy/archive/master.zip).
24+
25+
### Usage
26+
TBA
27+
28+
29+
### Citation
30+
TBA
31+
32+
## Colophon
33+
34+
### Version
35+
36+
Version 0.1 - May 2018
37+
38+
### Contact
39+
40+
E-mail: bramzandbelt@gmail.com
41+
42+
### License
43+
44+
© 2018 Bram B. Zandbelt
45+
46+
This program is free software: you can redistribute it and/or modify
47+
it under the terms of the GNU General Public License as published by
48+
the Free Software Foundation, either version 3 of the License, or
49+
(at your option) any later version.
50+
51+
This program is distributed in the hope that it will be useful,
52+
but WITHOUT ANY WARRANTY; without even the implied warranty of
53+
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
54+
GNU General Public License for more details.
55+
56+
You should have received a copy of the GNU General Public License
57+
along with this program. If not, see <http://www.gnu.org/licenses/>

0 commit comments

Comments
 (0)