@@ -44,14 +44,14 @@ If you are still having trouble, see :ref:`reporting-problems`.
4444How do I cleanly rebuild and reinstall everything?
4545==================================================
4646
47- 1. Delete the caches from your :ref: `.matplotlib configuration directory
48- <locating-matplotlib-config-dir>`.
49-
50- The next steps depend on your platform and installation method.
47+ The steps depend on your platform and installation method.
5148
5249Easy Install
5350------------
5451
52+ 1. Delete the caches from your :ref: `.matplotlib configuration directory
53+ <locating-matplotlib-config-dir>`.
54+
55552. Run::
5656
5757 easy_install -m PackageName
@@ -63,8 +63,11 @@ Easy Install
6363Windows installer
6464-----------------
6565
66+ 1. Delete the caches from your :ref: `.matplotlib configuration directory
67+ <locating-matplotlib-config-dir>`.
68+
66692. Use :menuselection: `Start --> Control Panel ` to start the :program: `Add and
67- Remove Software ` utility.
70+ Remove Software ` utility.
6871
6972Source install
7073--------------
@@ -76,7 +79,11 @@ Unfortunately::
7679does not properly clean the build directory, and does nothing to the
7780install directory. To cleanly rebuild:
7881
82+ 1. Delete the caches from your :ref: `.matplotlib configuration directory
83+ <locating-matplotlib-config-dir>`.
84+
79852. Delete the ``build `` directory in the source tree
86+
80873. Delete any matplotlib directories or eggs from your `installation directory
8188 <locating-matplotlib-install> `
8289
0 commit comments