-
Notifications
You must be signed in to change notification settings - Fork 2
How to Run a Python ACT R model
githubjimmyd edited this page Jan 30, 2019
·
2 revisions
Assuming you are using Idle (a Python programming environment), the model code must be open--that is, the code is visible in a window on your desktop.
To get the model open, find the file in your folder structure, right click it, then select "edit in Idle."
If you double-click it, it will run it without being able to see the output in the Python Interpreter window.
Once the window is open, make sure it is the focus (click on the window that has the model's code). Make sure it's saved, then hit f5, or go to the Run menu item and select "Run Module."