1.1 KiB
1.1 KiB
Installation
Basic Installation
Important
This library requires Python 3.8+! Also, if you need to export
diagrams as a video, the ffmpeg library must be installed
on your system and in your PATH!
To use Squish, first install it using `pip`:
(.venv) $ pip install squish
The Squish library depends on matplotlib, numpy, and scipy, which all will be installed along with it.
Documentation
This documentation for Squish is hosted online at ReadTheDocs. However, you may also build the documentation for yourself locally.
Building the documentation
You will need to install sphinx and
sphinx_rtd_theme packages via pip:
(.venv) /path/to/squish: pip install sphinx sphinx_rtd_themeThen, to build, run the go into the documentation source directory
and execute make:
(.venv) /path/to/squish: cd docs
(.venv) /path/to/squish/docs: make html