Installing#

stimupy can be installed in several ways. For most usecases, i.e., to use the functions in stimupy, we recommend installing from PyPI using pip.

To adapt or contribute code, you will have to get the source code from GitHub.

pip can install the latest version of stimupy directly from PyPI

pip install stimupy
  1. Clone the repository from GitHub:

    git clone git@github.com:computational-psychology/stimupy.git
    
  2. stimupy can then be installed using pip. From top-level directory run:

    pip install .
    

    to install to your local python library.

Dependencies#

Dependencies should be automatically installed (at least using pip). stimupys required dependencies are:

This documentation contains interactive demos, in the form of Jupyter Notebooks. To run this, additional dependencies are required:

  • Jupyter Notebook (or JupyterLab)

  • ipywidgets These demo notebooks can also be opened on Binder, which should install all the necessary dependencies automatically.