nextpnr/3rdparty/python-console/README.md

18 lines
383 B
Markdown
Raw Permalink Normal View History

2018-06-28 19:16:53 +08:00
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.