@@ -13,14 +13,15 @@ Trust us that it should work.
1313Downloading Python 3 from python.org
1414---------------------------------------
1515
16- Though Macs come with Python, it's a very old version. We recommend
17- updating that by going to https://www.python.org/downloads and getting
18- Python 3.9 or later .
16+ Though most Macs come with Python, it's usually a very old version.
17+ We recommend updating that by going to https://www.python.org/downloads
18+ and getting the latest version .
1919
2020(The `music21 ` team strongly recommends using the version of
2121Python 3 from the python.org website and not the Conda version
22- (or Enthought Canopy) because it is fully compatible with
23- `matplotlib `. If you have no plans on plotting functions,
22+ (or Enthought Canopy) because music21 is fully compatible with
23+ `matplotlib ` on the python.org site.
24+ If you have no plans on plotting functions,
2425feel free to use any flavor of Python 3.)
2526
2627
@@ -65,7 +66,7 @@ it should display in Terminal something like the following:
6566.. image :: images/macScreenPythonVersion.*
6667 :width: 650
6768
68- If it says 3.7 or higher (or possibly a number like 3.9.2 ), you're okay.
69+ If it says 3.8 or higher (or possibly a number like 3.10.7 ), you're okay.
6970If it says 2.7 or 3.4 or something,
7071go to https://www.python.org/downloads/
7172and download a newer version. Multiple versions of Python can exist
@@ -88,56 +89,24 @@ Exit python by typing `quit()`.
8889Starting the Configuration Assistant
8990-----------------------------------------------------
9091
91- If you downloaded the `music21 ` project from Github, the project folder will
92- contain a script that runs a configuration assistant. Double click on the
93- installer.command file to start. This should open a Terminal window and run
94- the Configuration Assistant. As this is a program downloaded from the Internet,
95- the System will likely warn you about running it. Go ahead and click "Open".
92+ If you only installed the `music21 ` package with `pip ` (for
93+ instance, by running `sudo pip3 install music21 `), you should run
94+ the assistant from a command prompt::
9695
97- More likely, if you only installed the `music21 ` package with `pip ` (for
98- instance, by running `sudo pip3 install music21 `), you may run the Configuration
99- Assistant from a Python shell after importing `music21 `, like this::
96+ python3 -m music21.configure
97+
98+ You can also run the Configuration Assistant from a Python shell
99+ like this::
100100
101101 import music21
102102 music21.configure.run()
103103
104- Otherwise, you may launch the assistant from a command prompt::
105-
106- python3 -m music21.configure
107-
108104After waiting a few moments to load modules, the Configuration Assistant begins.
109105
110106.. image :: images/macScreenConfigAssistantStart.*
111107 :width: 650
112108
113- The first option is to install `music21 ` in its standard location
114- (see below, The Installation Destination). Enter "y" or "yes", or
115- press return to accept the default of "yes". If you installed via pip, you
116- won't be asked this question.
117-
118- Before installation begins you may be asked for your Mac password. (The cursor
119- won't move or display any letters when you type in the password. Just rest assured
120- that the characters are being transmitted).
121- As Python packages are stored in a System directory, you need to give permission
122- to write files to that location.
123-
124- (If you don't get a prompt but instead start getting
125- a lot of errors, you probably do not have an administrator account on your Mac.
126- To make yourself one, quit the installation program (just close the window), open
127- System Preferences from the Apple menu in the upper left corner of your screen, click on
128- Users and Groups (4th Row). Click on the lock on the lower-left corner -- you'll need
129- your Mac password. Then click "Allow user to administer this computer". Then
130- close System Preferences and click the music21 `installer.command ` button again and
131- go back one step.)
132-
133- During installation, a large amount of text will display showing files being copied.
134- Sorry about the mess. Just ignore it! It means it's working.
135-
136- .. image :: images/macScreenConfigAssistantStart.*
137- :width: 650
138-
139- After installation the Configuration Assistant will try to
140- configure your setup. If you have never used `music21 ` before,
109+ If you have never used `music21 ` before,
141110following these prompts is recommended.
142111
143112Selecting a MusicXML reader is the first step.
@@ -149,7 +118,7 @@ The Configuration Assistant will attempt to find a MusicXML
149118reader on your system. If it can't find any, you will be asked
150119to open a URL to download MuseScore, a simple and free
151120MusicXML reader and easy writer. Installing MuseScore is
152- recommended for users who do not have Finale, Sibelius, MuseScore,
121+ recommended for users who do not have Finale, Sibelius, Dorico, MuseScore,
153122or another MusicXML reader.
154123
155124If one or more MusicXML readers are found, skip ahead to the next instructions.
0 commit comments