diff -r 0df55126fdf4 -r a9ec6702c664 docs/README.rst --- a/docs/README.rst Wed Sep 01 19:23:27 2021 +0200 +++ b/docs/README.rst Wed Sep 01 19:42:43 2021 +0200 @@ -94,7 +94,9 @@ 1.3 Installation of Qt Tools via Qt online installer ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In order to get the most out of eric7 it is recommended to install the Qt Tools -like ``Qt Designer`` or ``Qt Linguist``. The recommended way is this. +like ``Qt Designer`` or ``Qt Linguist``. If the above shown installation +variants are executed, these tools will be installed automatically. Otherwise +it is recommended to get them from th Qt web site by following these steps. 1. Download the Qt online installer from the Qt download site. @@ -145,7 +147,7 @@ 6. Completions/Calltips ----------------------- eric7 provides an interface to the QScintilla completion and call-tips -functionality. QScintilla2 comes with API files for Python and itself. PyQt4 +functionality. QScintilla2 comes with API files for Python and itself. PyQt6 and PyQt5 contain API files as well. These are installed by default. An API file for eric7 is installed in the same place, if installation variant 1 was chosen. @@ -222,6 +224,20 @@ This automatism can be overridden an a per project basis using the "User Properties" dialog. + pip + This is a tool to install additional Python packages from the Python + Package Index (PyPI). It is available from + <https://pypi.org/project/pip/> + + conda + This is another tool to install additional Python packages and manage + virtual environments. It is available from + <https://github.com/conda/conda> or <https://pypi.org/project/conda/> + + virtualenv + This is a tool to create Python virtual environments. It is available + from <https://pypi.org/project/virtualenv/> + coverage.py This is a tool to check Python code coverage. A slightly modified version is part of the eric7 distribution. The original version is @@ -364,7 +380,7 @@ 14. License ----------- -eric7 (and the others) is released under the conditions of the GPLv3. See +eric7 (and the eric7 tools) is released under the conditions of the GPLv3. See separate license file ``LICENSE.GPL3`` for more details. Third party software included in eric7 is released under their respective license and contained in the eric7 distribution for convenience.