diff options
author | ficus <ficus@robocracy.org> | 2012-09-23 20:26:02 +0200 |
---|---|---|
committer | ficus <ficus@robocracy.org> | 2012-09-23 20:26:02 +0200 |
commit | 52039642da2a578ce0e522353edc09f12cdd86f8 (patch) | |
tree | 2fdfedb21a8316e27558dec045fe6274c03f2e06 /README | |
parent | a72ee1f82134664aa3a868386d6d7357969d23f5 (diff) | |
download | tui-52039642da2a578ce0e522353edc09f12cdd86f8.tar.gz tui-52039642da2a578ce0e522353edc09f12cdd86f8.zip |
make note of some problems
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 + |