##// END OF EJS Templates
Downplay the need for pyreadline on Windows....
Paul Moore -
Show More
@@ -198,7 +198,8 b' read on for more details.'
198 readline
198 readline
199 --------
199 --------
200
200
201 As indicated above, on Windows, PyReadline is a *mandatory* dependency.
201 As indicated above, on Windows, to get full functionality in the console
202 version of IPython, PyReadline is needed.
202 PyReadline is a separate, Windows only implementation of readline that uses
203 PyReadline is a separate, Windows only implementation of readline that uses
203 native Windows calls through :mod:`ctypes`. The easiest way of installing
204 native Windows calls through :mod:`ctypes`. The easiest way of installing
204 PyReadline is you use the binary installer available `here
205 PyReadline is you use the binary installer available `here
General Comments 0
You need to be logged in to leave comments. Login now