Skip to content

PythonACTRTutorials

githubjimmyd edited this page Mar 21, 2022 · 29 revisions

Getting Python ACT-R Running on Your Computer

Running Python ACT-R with Google Colab (work in progress)

https://sites.google.com/view/ccmr

Installing Python ACT-R on Your Computer

Install Python on your system (Python is a programming language).

Go to a command line. To do this on a Mac, press command-space and type "terminal.

Hit Enter.

This will open a command line. Type pip pythonactr

If that doesn't work, try pip3 pythonactr

Clone this wiki locally