aboutsummaryrefslogtreecommitdiffstats
path: root/3rdparty/python-console/README.md
blob: a80bffe4621c3d227a4b18906f6b82d1c211be47 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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.