Prerequisites
Installation
After you downloaded pylize, unpack the archive and change into the created directory, which is named something like pylize-X.Y. Choose between the two modes of installation:
- As the superuser (root): python install.py [prefix]
- As a normal user: python install.py $HOME
Creating a new presentation
- Create a new directory for your presentation.
- Run pylize create in the new directory. This will produce a file named all.html.
- Edit this file to your liking. It is richly commented.
- Rerun pylize without arguments to produce the presentation files.
- Open the file index.html in your Webbrowser (turn JavaScript on). Voilą!