Installation

Check first the availability of Escale in your favorite package manager.

From wheel

Escale is on PyPI:

pip install --user escale

From source

You will need Python >= 2.7 or >= 3.5.

git clone https://github.com/francoislaurent/escale.git
cd escale
pip install --user .

Documentation

If you wish to compile the documentation and get a local copy of it, you will need Sphinx. Once Escale is installed, type:

cd doc
make html

The generated documentation will be available at _build/html/index.html from the doc repository.

Note

you may need to delete the _build directory before compiling the documentation again.