Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit da02c1c

Browse files
committed
Some more doc cleanup...
Still need to figure out users/installing.rst
1 parent c4a0e79 commit da02c1c

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

doc/faq/installing_faq.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -135,13 +135,19 @@ and build and install as usual with::
135135
build dependencies, which will make building from source easier.
136136

137137

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)::
140141

141142
> python setupegg.py develop
142143

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::
145151

146152
> git pull
147153

0 commit comments

Comments
 (0)