X Tutup
Skip to content

DOC: instructions on installing matplotlib for dev#3961

Closed
eyurtsev wants to merge 1 commit intomatplotlib:masterfrom
eyurtsev:DOC_development
Closed

DOC: instructions on installing matplotlib for dev#3961
eyurtsev wants to merge 1 commit intomatplotlib:masterfrom
eyurtsev:DOC_development

Conversation

@eyurtsev
Copy link
Copy Markdown
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.

Copy link
Copy Markdown
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
Copy Markdown
Contributor

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

@NelleV
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Member

Kojoley commented Sep 20, 2016

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

@NelleV
Copy link
Copy Markdown
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
Copy Markdown
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.

7 participants

X Tutup