Skip to content

Latest commit

 

History

History
62 lines (41 loc) · 1.32 KB

File metadata and controls

62 lines (41 loc) · 1.32 KB

Installation

Expyriment works with Python 3 (>=3.10).

Dependencies

Expyriment depends on the following Python packages:

Please be aware that Expyriment plugins (extras) might have further dependencies.

Installing Expyriment

Expyriment (and its dependencies) can be installed with:

pipx install expyriment

or

pip install expyriment

Platform-specific instructions

We provide more detailed platform-specific instructions for installing Expyriment here:

.. toctree::
   :maxdepth: 1
   :titlesonly:

   Windows <Installation.Windows>
   macOS <Installation.macOS>
   Linux <Installation.Linux>
   Android <Installation.Android>