diff --git a/README.rst b/README.rst index 9899a53..3e13610 100644 --- a/README.rst +++ b/README.rst @@ -117,3 +117,15 @@ version:: ... install_requires=install_req ) + +Alternatives to IPython +======================= + +IPython may not be to your taste; if that's the case there might be similar +project that you might want to use: + +- the classic Python REPL. +- `bpython `_ +- `mypython `_ +- `ptpython and ptipython ` +- `xonsh `