Learn how to install and run PsychoPy as a Python package using Conda, without using the standalone PsychoPy application.
In this tutorial, you'll create a clean Conda environment, install Python, install PsychoPy via pip, and run a working experiment directly from VSCode (or any code editor). This setup allows you to code PsychoPy experiments like a standard Python project instead of relying on the standalone interface.
⭐ NOTES: https://codewithsusan.com/notes/psych...
This guide covers:
• Creating a new Conda environment
• Installing Python
• Installing PsychoPy with pip
• Installing required dependencies (PyTables)
• Running a working Stroop experiment from your own editor
If you prefer working in VSCode or another code editor and want full control over your PsychoPy workflow, this method provides a reliable manual setup.
Download Conda: https://docs.anaconda.com/free/miniconda
'
📺 RELATED VIDEOS 📺
• Miniconda / Conda for Python - Environment...
⏱️ CHAPTERS ⏱️
00:00 Introduction
00:42 Conda
01:39 New Conda environment
02:05 Install Python
02:37 Intall Psychopy
03:04 Install potables
03:22 Create example Stroop experiment