@@ -284,6 +284,10 @@ Windows Service
284
284
You can run Roundup as a Windows service if pywin32_ is installed.
285
285
Otherwise it must be started manually.
286
286
287
+ pyreadline3
288
+ When running roundup-admin on windows, installing pyreadline3_ will
289
+ allow history and editing on the command line.
290
+
287
291
requests
288
292
If you are using OAuth authentication with the roundup-mailgw
289
293
mail gateway you must install the requests_ library.
@@ -2103,6 +2107,17 @@ Panel" is directly accessible from "Start".
2103
2107
2104
2108
I do not believe this is possible to do in previous versions of Windows.
2105
2109
2110
+ Use pip to install pyreadline3 for roundup-admin line editing
2111
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2112
+
2113
+ If you install pyreadline3_ using pip, roundup-admin will support
2114
+ command line editing and history.
2115
+
2116
+ This will remove the dreaded::
2117
+
2118
+ Note: command history and editing not available
2119
+
2120
+ warning when starting roundup-admin.
2106
2121
2107
2122
Windows Server
2108
2123
--------------
@@ -2188,7 +2203,6 @@ If you are using Apache as the webserver you might want to use it with
2188
2203
mod_python instead to serve out Roundup. In that case see the mod_python
2189
2204
instructions above for details.
2190
2205
2191
-
2192
2206
Sendmail smrsh
2193
2207
--------------
2194
2208
@@ -2296,6 +2310,7 @@ the test.
2296
2310
.. _Psycopg2: https://www.psycopg.org/
2297
2311
.. _pyjwt: https://pypi.org/project/PyJWT/
2298
2312
.. _pyopenssl: https://pypi.org/project/pyOpenSSL/
2313
+ .. _pyreadline3: https://pypi.org/project/pyreadline3/
2299
2314
.. _pysqlite: https://pysqlite.org/
2300
2315
.. _pytz: https://pypi.org/project/pytz/
2301
2316
.. _pywin32: https://pypi.org/project/pywin32/
0 commit comments