Skip to content

Getting started

CLEESE is available on pypi and you can download and install the latest version of CLEESE with the following command:

pip install cleese-stim

Verify your installation

To verify that you have a working CLEESE installation, run the following cell which should return without error.

import cleese
import cleese_stim as cleese
from cleese_stim.engines import PhaseVocoder

Development version

The latest stable version of CLEESE is the one available via pip install and we recommend you start there.

For a quick peep at our latest development features, or if you want to contribute, the CLEESE code base is hosted and maintained on https://github.com/neuro-team-femto/cleese