File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -135,13 +135,19 @@ and build and install as usual with::
135
135
build dependencies, which will make building from source easier.
136
136
137
137
138
- If you want to be able to follow the development branch as it changes just replace
139
- the last step with (make sure you have **setuptools ** installed)::
138
+ If you want to be able to follow the development branch as it changes
139
+ just replace the last step with (make sure you have **setuptools **
140
+ installed)::
140
141
141
142
> python setupegg.py develop
142
143
143
- This creates links in the right places and installs the command line script to the appropriate places.
144
- Then, if you want to update your **matplotlib ** at any time, just do::
144
+ This creates links in the right places and installs the command
145
+ line script to the appropriate places.
146
+
147
+ .. note ::
148
+ Mac OSX users please see the :ref: `build_osx ` guide.
149
+
150
+ Then, if you want to update your matplotlib at any time, just do::
145
151
146
152
> git pull
147
153
You can’t perform that action at this time.
0 commit comments