-
Notifications
You must be signed in to change notification settings - Fork 219
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
Add instructions to upgrade installed PyGMT version #1029
Merged
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
d0870e2
Add how to update PyGMT
core-man 8499ac1
Merge branch 'master' into pygmt-install
core-man 4a078ac
Merge branch 'master' into pygmt-install
core-man 49165b1
Tiny text fix
core-man 4580e0d
Remove install PyGMT dev from GitHub
core-man d5b4ed9
Simplify PyGMT update by pip
core-man 6c169af
Merge branch 'master' into pygmt-install
core-man cfd01d5
Merge branch 'master' into pygmt-install
core-man 47b9587
Merge branch 'master' into pygmt-install
core-man 2b9b143
Recommend JupyterLab
core-man 4ea3c02
Add IPython
core-man 8e250d4
Fix format
core-man d4d2bb9
Tiny fix
core-man eac2490
Tiny fix
core-man 641c830
Remove JupyterLab
core-man 844a85d
Fix error
core-man 040950f
Update doc/install.rst
seisman 33d2930
Tiny fix
core-man File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just double checking that we really want to remove this install option?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For most users, it's the same as
but slower.
I don't see any reasons to keep it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok, fine with removing it. I just think the
pip install git+https
option is nice when you want to install from a GitHub branch (but that's not what we're doing here).