diff options
Diffstat (limited to 'python/ptpython/README')
-rw-r--r-- | python/ptpython/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/python/ptpython/README b/python/ptpython/README new file mode 100644 index 0000000000..71c46082b0 --- /dev/null +++ b/python/ptpython/README @@ -0,0 +1,4 @@ +ptpython is an advanced Python REPL built on top of the +prompt_toolkit library. It works best on all Posix systems +like Linux, BSD and OS X. But it should work as well on Windows. +It works on all Python versions from 2.6 up to 3.4. |