Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 963 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 963 Bytes

OTTER

qa build codecov Documentation Status

Installation using conda environment

Create a new conda environment:

conda create -n otter
conda activate otter

Be sure you have libpng and freetype installed:

conda install libpng freetype

Install otter:

cd /path/to/otter
pip install -e .

Run:

python -m otter

To run a standalone plugin:

cd otter/plugins
python -m plugin_name