@@ -52,31 +52,6 @@ matplotlib was originally installed on your system. Follow the steps
52
52
below that goes with your original installation method to cleanly
53
53
remove matplotlib from your system.
54
54
55
- Easy Install
56
- ------------
57
-
58
- 1. Delete the caches from your :ref: `.matplotlib configuration directory
59
- <locating-matplotlib-config-dir>`.
60
-
61
- 2. Run::
62
-
63
- easy_install -m matplotlib
64
-
65
-
66
- 3. Delete any .egg files or directories from your :ref: `installation
67
- directory <locating-matplotlib-install>`.
68
-
69
-
70
-
71
- Windows installer
72
- -----------------
73
-
74
- 1. Delete the caches from your :ref: `.matplotlib configuration directory
75
- <locating-matplotlib-config-dir>`.
76
-
77
- 2. Use :menuselection: `Start --> Control Panel ` to start the :program: `Add and
78
- Remove Software ` utility.
79
-
80
55
Source install
81
56
--------------
82
57
@@ -374,24 +349,4 @@ know: see :ref:`reporting-problems`.
374
349
Windows Notes
375
350
=============
376
351
377
- We recommend you use one of the excellent python collections which include
378
- Python itself and a wide range of libraries including matplotlib:
379
-
380
- - Anaconda _ from `Continuum Analytics `_
381
- - Canopy _ from Enthought _
382
- - `Python (x, y) <https://code.google.com/p/pythonxy >`_
383
-
384
- Python (X, Y) is Windows-only, whereas Anaconda and Canopy are cross-platform.
385
-
386
- .. _windows-installers :
387
-
388
- Standalone binary installers for Windows
389
- ----------------------------------------
390
-
391
- If you have already installed Python and numpy, you can use one of the
392
- matplotlib binary installers for windows -- you can get these from the
393
- `the PyPI matplotlib page <http://pypi.python.org/pypi/matplotlib >`_
394
- site. Choose the files with an ``.exe `` extension that match your
395
- version of Python (e.g., ``py2.7 `` if you installed Python 2.7). If
396
- you haven't already installed Python, you can get the official version
397
- from the `Python web site <http://python.org/download/ >`_.
352
+ See :ref: `installing_windows `.
0 commit comments