Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions source/gettingStarted.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,12 @@ Start |PsychoPy|, and be sure to be in the Builder view.
* Back in the main Builder, type `Ctrl-R` (Windows, Linux) or `Cmd-R` (Mac), or use the mouse to click the `Run` icon.

.. image:: /images/run32.png
:alt: A green circle with a white triangle indicating a play/run button in psychopy

Assuming you typed in "Hello world!", your screen should have looked like this (briefly):

.. image:: /images/helloworld.png
:alt: A gray screen with white text that reads Hello World
:width: 80%
:align: center

Expand Down Expand Up @@ -88,6 +90,7 @@ To get a better feel for what was happening "behind the scenes" in the Builder p
* Instead of running the program, explicitly convert it into python: Type `F5`, or click the `Compile` icon:

.. image:: /images/compile_py.png
:alt: The compile button in PsychoPy builder, indicating a blue and yellow snake python icon.

The view will automatically switch to the Coder, and display the python code. If you then save and run this code, it would look the same as running it directly from the Builder.

Expand Down
Loading