Skip to content

Commit

Permalink
DOC: webkitgtk is required on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
hoechenberger committed Dec 8, 2019
1 parent c51bf9a commit fd0c2bb
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/source/download.rst
Expand Up @@ -139,8 +139,11 @@ open your terminal, navigate to the directory you saved the file to, and run::

conda env create -n psychopy -f psychopy-env.yml

This will create an environment named `psychopy`, which you can subsequently
acivate to run PsychoPy::
This will create an environment named ``psychopy``. On Linux, the ``wxPython`` dependency of PsychoPy is linked
against ``webkitgtk``, which needs to be installed manually, e.g. via ``sudo apt install libwebkitgtk-1.0`` on Debian-based
systems linke Ubuntu.

To activate the newly-created environment and run PsychoPy, exceute::

conda activate psychopy
psychopy
Expand Down

0 comments on commit fd0c2bb

Please sign in to comment.