summaryrefslogtreecommitdiffstats
path: root/development/ipython/README
diff options
context:
space:
mode:
author Benjamin Trigona-Harany <slackbuilds@jaxartes.net>2013-11-25 23:12:53 -0800
committer Robby Workman <rworkman@slackbuilds.org>2013-11-27 23:51:07 -0600
commit49029ba129686029d7b44eff8aa0b417dc921ce6 (patch)
tree3a6e238631afc3bab4a764992b1ccb2e1691314b /development/ipython/README
parentad4cbbfe705c1b9a39835783fc2ecefd079b862f (diff)
downloadslackbuilds-49029ba129686029d7b44eff8aa0b417dc921ce6.tar.gz
slackbuilds-49029ba129686029d7b44eff8aa0b417dc921ce6.tar.xz
development/ipython: Updated for version 1.1.0 (+ new maintainer)
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/ipython/README')
-rw-r--r--development/ipython/README19
1 files changed, 8 insertions, 11 deletions
diff --git a/development/ipython/README b/development/ipython/README
index 182b1e5a2a..0739d909e5 100644
--- a/development/ipython/README
+++ b/development/ipython/README
@@ -1,12 +1,9 @@
-IPython is a multiplatform, Free Software project (BSD licensed) that
-offers:
+IPython is a replacement shell for Python programming. It offers:
-* An enhanced Python shell designed for efficient interactive work. It
- includes many enhancements over the default Python shell, including the
- ability for controlling interactively all major GUI toolkits in a non-
- blocking manner.
-* A library to build customized interactive environments using Python as
- the basic language (but with the possibility of having extended or
- alternate syntaxes).
-* A system for interactive distributed and parallel computing (this is part
- of IPython's new development).
+* An enhanced Python shell for the terminal
+* A Qt-based console
+* A web-based notebook for coding
+* An architecture for interactive parallel computing
+
+matplotlib, pyzmq and tornado are all strongly-recommended dependencies.
+Without these, only IPython's default console will run.