Installation

Multyscale is a true Python package, but not (yet) published on PyPI 1. For now, multyscale can be retrieved primarily from the GitHub repository

git clone git@github.com:computational-psychology/multyscale.git

After downloading the repository, it can be installed (from the main directory):

pip install .

This will install the package in your local Python packages, after which the cloned repository can be removed without removing the installed package.

To remove the installed package completely, using pip

pip uninstall multyscale
1

This will be fixed in an upcoming update.

Requirements

Multyscale requires:

  • numpy

  • scipy

and recommends working with:

  • pillow

  • matplotlib

as well as:

  • ipython

  • jupyter