Skip to content

dwjoyce/pythonbook

Repository files navigation

Marching up and down the code

Licence Build status Issues Release Downloads

A project to create a textbook for teaching Python 3 on Raspberry Pi 2B computers

Useful commands for development

Install sphinx:

pip3 install sphinx

Build a pdf (when inside root of this repository):

make latexpdf

To test python code:

make pythontest

The pdf will then be at build/latex/pythonbook.pdf.

Last build from latest commit.