aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/python-console/README.md
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/python-console/README.md')
-rw-r--r--3rdparty/python-console/README.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/3rdparty/python-console/README.md b/3rdparty/python-console/README.md
new file mode 100644
index 00000000..a80bffe4
--- /dev/null
+++ b/3rdparty/python-console/README.md
@@ -0,0 +1,17 @@
+python-console
+=====
+This is the result of a small side project to write a Qt widget that
+encapsulates an interactive Python shell.
+
+Quickstart
+-----
+You should have Qt4 and Python libraries. You will need CMake to build this
+project as follows:
+
+1. mkdir build
+2. cmake ..
+3. make
+
+License
+-----
+This project is licensed under the [MIT](http://opensource.org/licenses/MIT) license.