--- a/README.rst Sun Jan 15 13:59:11 2017 +0100 +++ b/README.rst Mon Jan 16 18:49:51 2017 +0100 @@ -142,12 +142,9 @@ The remote login must be possible without any further interaction (i.e. no password prompt). If the remote setup differs from the local one you must configure the Python interpreter and the Debug Client to be used -in the Preferences dialog. eric6 includes two different versions of the -debug client. ``DebugClient.py`` is the traditional debugger and -``DebugClientThreads.py`` is a multithreading variant of the debug client. -Please copy all needed files to a place accessible through the Python path -of the remote machine and set the entries of the a.m. configuration tab -accordingly. +in the Preferences dialog. Use the ``install-debugclients.py`` script +to install the debug client files and set the entries of the a.m. +configuration page accordingly. To ease the installation process of the debug client, the eric6 sources include the script ``install-debugclients.py``.