Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 383 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 383 Bytes

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 license.