1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
Python bindings and plug-in for Gyoto
-------------------------------------
This package comprises two components:
- a Python extension to use Gyoto from within Python;
- a Gyoto plug-in to use Python from within Gyoto.
To use the latter, the simplest is to set the GYOTO_PLUGINS
envirenment variable, for instance in your ~/.bashrc file:
export GYOTO_PLUGINS=python,stdplug,nofail:lorene
The `examples' directory contains examples for both components.
-- Thibaut Paumard <thibaut@debian.org>, Wed, 21 Sep 2016 04:27:57 +0200
|