Skip to content
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

DOC: instructions on installing matplotlib for dev #3961

Closed
wants to merge 1 commit into from

Conversation

eyurtsev
Copy link
Contributor

@eyurtsev eyurtsev commented Jan 1, 2015

Added instructions on installing matplotlib for dev for issue (#3959)

NOTE: I renamed one of the URLs. git_development -> setting_up_for_development

let me know if this is a problem.

python setup.py develop

This installs matplotlib for development (i.e., builds everything and places the
symbolic links back to the source code).
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As noted in faq/installing_faq.rst this command has to be called everytime that the c files change

@tacaswell tacaswell added this to the 1.5.0 milestone Feb 7, 2015
@tacaswell tacaswell modified the milestones: next point release, proposed next point release Jul 16, 2015
@jankatins
Copy link
Contributor

There is now also some information how to setup on windows in the main directory.

@NelleV
Copy link
Member

NelleV commented Sep 20, 2016

This PR is a bit old, but it would be a great addition to the documentation. @eyurtsev are you still interested in moving forward with this PR?

@NelleV NelleV self-assigned this Sep 20, 2016
@eyurtsev
Copy link
Contributor Author

I've been out of the loop with matplotlib for a while, so if anyone would like to commandeer that'd be great -- alternatively, I can abandon -- whichever is most convenient. :)


::

python setup.py develop
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should probably be changed to pip install -v -e .

@Kojoley
Copy link
Member

Kojoley commented Sep 20, 2016

We already have this here doc/faq/installing_faq.rst#source-install-from-git

@NelleV
Copy link
Member

NelleV commented Sep 23, 2016

Hi @eyurtsev
I can take over. I'll probably have to recreate a PR.
I'll keep you posted.
Cheers,
N

@NelleV
Copy link
Member

NelleV commented Oct 7, 2016

I created a new PR with these changes + the fixes. I'm thus closing this one.
Thanks @eyurtsev for the original patch and the feedback!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants