Skip to content

updated README.txt to show PIP installation path (which might be easiest... #646

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
4 changes: 4 additions & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ for all these packages are available here:

<http://pythonmac.org/packages/py25-fat/index.html>.

*** Setup from source using Pip ***

pip install -e git://github.com/matplotlib/matplotlib.git#egg=Package
Copy link
Member

Choose a reason for hiding this comment

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

Shouldn't this use "https://" instead of "git://" in case the user does not have git installed? I don't know if it makes a difference.

Copy link
Author

Choose a reason for hiding this comment

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

That is fine too :) Good improvement!

On Tue, Feb 28, 2012 at 3:01 PM, Benjamin Root
reply@reply.github.com
wrote:

@@ -13,6 +13,10 @@ for all these packages are available here:

   http://pythonmac.org/packages/py25-fat/index.html.

+*** Setup from source using Pip ***
+

  •   pip install -e git://github.com/matplotlib/matplotlib.git#egg=Package

Shouldn't this use "https://" instead of "git://" in case the user does not have git installed?  I don't know if it makes a difference.


Reply to this email directly or view it on GitHub:
https://github.com/matplotlib/matplotlib/pull/646/files#r498427


*** Back Ends ***

You may use TkAgg or WXAgg back ends; Qt and GTK support is not
Expand Down