This repository was archived by the owner on Aug 28, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 15
Developer notes
Robert Basic edited this page Jun 24, 2015
·
4 revisions
Notes for developers/maintainers of pugdebug.
Before sending a pull request, please run flake8 on the project.
Updating the Unreleased part of the change log file would be nice.
git checkout gh-pages
git checkout master README.md
mv README.md index.md
And add
---
layout: index
---
To the beginning of index.md.
Finally:
git add index.md
git commit -m 'Sync master and gh-pages'
git push origin gh-pages
PyInstaller is used to build pugdebug binaries. As pugdebug is written in Python 3.4, the Python3 version of PyInstaller is used.
Download the archive for the Python3 branch, and install it according to PyInstaller's documentation for installing from the archive.
pugdebug includes a build.sh file for building binaries with PyInstaller on Linux systems, and a build.bat file for building binaries on Windows systems.