summaryrefslogtreecommitdiffstats
path: root/development/pudb
diff options
context:
space:
mode:
author David Woodfall <dave@dawoodfall.net>2018-11-04 20:26:50 +0000
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-10 07:48:04 +0700
commitb009da09ae683f489a4ca123cba55bd30069a760 (patch)
treeac14551b0e04b773f135e9fd81ac5bde4cab30b0 /development/pudb
parentf9316b03f2b94b4cf4abd32cb316e1db4b543d32 (diff)
downloadslackbuilds-b009da09ae683f489a4ca123cba55bd30069a760.tar.gz
slackbuilds-b009da09ae683f489a4ca123cba55bd30069a760.tar.xz
development/pudb: Update README
Diffstat (limited to 'development/pudb')
-rw-r--r--development/pudb/README37
1 files changed, 21 insertions, 16 deletions
diff --git a/development/pudb/README b/development/pudb/README
index 76e9ca02bd..27b0f630b2 100644
--- a/development/pudb/README
+++ b/development/pudb/README
@@ -1,17 +1,17 @@
PuDB is a full-screen, console-based visual debugger for Python.
-Its goal is to provide all the niceties of modern GUI-based debuggers in a
-more lightweight and keyboard-friendly package. PuDB allows you to debug
-code right where you write and test it--in a terminal. If you've worked
-with the excellent (but nowadays ancient) DOS-based Turbo Pascal or C
-tools, PuDB's UI might look familiar.
+Its goal is to provide all the niceties of modern GUI-based debuggers
+in a more lightweight and keyboard-friendly package. PuDB allows you
+to debug code right where you write and test it--in a terminal. If
+you've worked with the excellent (but nowadays ancient) DOS-based
+Turbo Pascal or C tools, PuDB's UI might look familiar.
-By default this SlackBuild builds the python2 debugger, and if python3 is
-detected, the python3 version too. The Pygments SlackBuild will automatically
-install for python3 too.
+By default this SlackBuild builds the python2 debugger, and if
+python3 is detected, the python3 version too. The Pygments SlackBuild
+will automatically install for python3 too.
-NOTE: The python3 application is named pudb3.
-NOTE: You need python3-urwid installed to use pudb3.
+NOTE: The python3 application is named pudb3. NOTE: You need
+python3-urwid and python3-Pygments installed to use pudb3.
OPTIONS
@@ -23,16 +23,21 @@ To *ONLY* build the python3 version, use:
NO_PYTHON2=yes ./pudb.SlackBuild
-The python2 version requires a newer version of urwid than the stock Slackware
-one, therefore this also builds a custom urwid named py2_urwid, which it can
-use. This should not conflict with the stock Slackware version.
+The python2 version requires a newer version of urwid than the stock
+Slackware one, therefore this also builds a custom urwid named
+py2_urwid, which it can use. This should not conflict with the stock
+Slackware version.
OPTIONAL DEPENDENCIES
-python3-urwid is a runtime for the python3 version. Note that it will still
-build without this, so it can be installed later if needed.
+To use pudb3:
-###############################################################################
+python3-Pygments
+python3-urwid
+
+It will build without these so they can be installed later if needed.
+
+#####################################################################
GETTING STARTED