-
Notifications
You must be signed in to change notification settings - Fork 20
PythonACTRTutorials
https://sites.google.com/view/ccmr
Install Python on your system (Python is a programming language). Make sure it's Python 3. Here is a link to instructions on how to install Python: https://realpython.com/installing-python/
Installing Python
On Windows you can check to see if you have the right version or Python by going to the command prompt and typing 'python --version'
If the version is 2, you should upgrade to version 3.
Once Python 3 is installed, go to a command line. The way you do this differs depending on whether you are on Windows or a Mac.
To do this on a Mac, press command-space and type "terminal." Hit Enter.
On Windows, hit the windows button and type cmd. Then start that application.
This will open a command line.
Type pip python_actr
If that doesn't work, try pip3 python_actr