We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84d91b9 commit 994e0d1Copy full SHA for 994e0d1
README.md
@@ -1,2 +1,10 @@
1
-# python_actr
+# Python ACT-R
2
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