Installation

Prerequisites:

apt install python3-uno

The software is distributed via PyPI, it can be installed with pip:

pip install spreadscript

From source

The source is hosted on GitHub, to install the latest development version, use the following commands.

git clone https://github.com/jfjlaros/spreadscript.git
cd spreadscript
pip install .