diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -50,3 +50,7 @@ tomfoolery, but if not, you can install system-wide: $ sudo ./setup.py install +To build a one-off debian package, install ``python-stdeb`` and then run: + + $ python setup.py --command-packages=stdeb.command bdist_deb + |