--- a/docs/README-MacOSX.rst Sun Jul 25 12:30:57 2021 +0200 +++ b/docs/README-MacOSX.rst Sun Jul 25 16:54:08 2021 +0200 @@ -141,7 +141,7 @@ 9. Install aspell and dictionaries ----------------------------------- -eric6 includes the capability to perform spell checking of certain parts of +eric7 includes the capability to perform spell checking of certain parts of the sources. This is done via enchant which works with various spell checking libraries as it's backend. It depends upon aspell and hunspell. In order to install aspell enter this command in a terminal window @@ -220,7 +220,7 @@ 13. Install pysvn ----------------- -Mac OS X already provides subversion. However, best performance for eric6 is +Mac OS X already provides subversion. However, best performance for eric7 is gained with the pysvn interface to subversion. Therefore it is recommended to install pysvn. Get pysvn via @@ -252,9 +252,9 @@ Extract the downloaded package and install it. -15. Install eric6 +15. Install eric7 ----------------- -Get the latest eric6 distribution package from +Get the latest eric7 distribution package from https://eric-ide.python-projects.org/eric-download.html @@ -268,20 +268,20 @@ sudo python3 install.py This step concludes the installation procedure. You are ready for the first -start of eric6. +start of eric7. -The eric6 installer created an application bundle in the location +The eric7 installer created an application bundle in the location :: - /Applications/eric6 + /Applications/eric7 You may drag it to the dock to have it ready. -16. First start of eric6 +16. First start of eric7 ------------------------ -When eric6 is started for the first time it will recognize that it hasn't been +When eric7 is started for the first time it will recognize that it hasn't been configured yet. Therefore it will start the configuration dialog with the default configuration. At this point you could simply close the dialog by pressing the OK button. However, it is strongly recommended that you go through @@ -293,11 +293,10 @@ sections. -17. Install optional packages for eric6 (for plug-ins) +17. Install optional packages for eric7 (for plug-ins) ------------------------------------------------------ -eric6 provides an extension mechanism via plug-ins. Some of them require the -installation of additional python packages. The plug-ins themselves are -available via the Plugin Repository from within eric6. +eric7 provides an extension mechanism via plug-ins. The plug-ins are +available via the Plugin Repository from within eric7. 17.1 Installation of pylint @@ -320,7 +319,7 @@ sudo pip3 install cx_Freeze -This completes this installation instruction. Please enjoy using eric6 and let +This completes this installation instruction. Please enjoy using eric7 and let the world know about it.