File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Original file line number Diff line number Diff line change @@ -29,8 +29,10 @@ recommended.
29
29
30
30
.. warning ::
31
31
32
- If you already have a version of Matplotlib installed, you will need to
33
- uninstall it.
32
+ If you already have a version of Matplotlib installed, use an
33
+ virtual environment or uninstalling using the same method you used
34
+ to install it. Installing multiple versions of Matplotlib via different
35
+ methods into the same environment may not always work as expected.
34
36
35
37
We use `Git <https://git-scm.com/ >`_ for version control and
36
38
`GitHub <https://github.com/ >`_ for hosting our main repository.
@@ -40,7 +42,7 @@ You can check out the latest sources with the command (see
40
42
41
43
git clone git@github.com:matplotlib/matplotlib.git
42
44
43
- and navigate to the Matplotlib directory.
45
+ and navigate to the :file: ` matplotlib ` directory.
44
46
45
47
To make sure the tests run locally you must build against the correct version
46
48
of freetype. To configure the build system to fetch and build it either export
You can’t perform that action at this time.
0 commit comments