Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ beamer-devel

Python Invocation

Beamer includes a python library. We have created two shell scripts which start Python with your environment appropriately set for Beamer.

To use the production version of Beamer with Python:

Code Block
languagebash
$ beamer-python [additional arguments]

 

To use the devel version of Beamer with Python:

Code Block
languagebash
$ beamer-devel-python [additional arguments]


In your python script, you will need to import "BEAMERpy" .