Example PDF file with the PyThesis Manual
Video Example: Looping through a JSON file and plotting using Matplotlib
Note: It is better if your project resides in its own folder and has its own Github repository (unlike shown in the video). This way you can push and pull updates independently.
Installation guide for Windows
The Example PDF file is generated in the example project and contains a setup guide and PyThesis examples. The source folder is under
example/src
When everything is set up right, the project can be started using
python start.py --project_root PROJECT_ROOT --main_document example
where PROJECT_ROOT
should point to the example
directory (under Linux use python3
instead of python
. In Windows, you can also click on the start_example.bat
file.