Skip to content

Latest commit

 

History

History
35 lines (24 loc) · 920 Bytes

README.md

File metadata and controls

35 lines (24 loc) · 920 Bytes

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.