Skip to content

Commit 994e0d1

Browse files
authored
Updated README
added link to wiki and pip install command
1 parent 84d91b9 commit 994e0d1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,10 @@
1-
# python_actr
1+
# Python ACT-R
22
A Python implementation of the ACT-R cognitive Architecture
3+
4+
Install Python ACT-R from the command line using either `pip` or `pip3` as follows:
5+
6+
```bash
7+
pip install python_actr
8+
```
9+
10+
For details, visit the wiki page: https://github.com/CarletonCognitiveModelingLab/python_actr/wiki/PythonACTRTutorials

0 commit comments

Comments
 (0)