8000 Dev install instructions by patniharshit · Pull Request #8645 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Dev install instructions #8645

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/devel/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ You can check out the latest sources with the command (see

and navigate to the :file:`matplotlib` directory.

Installation is required before you can start hacking into the local fork.
Instructions to build from source can be found
`here <http://matplotlib.org/users/installing.html#installing-from-source>`.
Although installation is not necessary to contribute to documentation.

To make sure the tests run locally you must build against the correct version
of freetype. To configure the build system to fetch and build it either export
the env ``MPLLOCALFREETYPE`` as::
Expand Down
0