From 4b192071fe4c064b8ec111dc07524d4f2cac44da Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Tue, 2 Jun 2015 18:39:13 +0700 Subject: python/ptpython: Added (Python REPL). Signed-off-by: Willy Sudiarto Raharjo --- python/ptpython/README | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 python/ptpython/README (limited to 'python/ptpython/README') 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. -- cgit v1.2.3