Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
setuptools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
setuptools
Commits
2388233e
Commit
2388233e
authored
Sep 09, 2016
by
Jason R. Coombs
Committed by
GitHub
Sep 09, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #766 from benoit-pierre/fix_easy_install_doc_links
easy_install: update links to documentation
parents
b700b361
a3a7cac1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
setuptools/command/easy_install.py
setuptools/command/easy_install.py
+4
-3
No files found.
setuptools/command/easy_install.py
View file @
2388233e
...
...
@@ -8,7 +8,7 @@ A tool for doing automatic download/extract/build of distutils-based Python
packages. For detailed documentation, see the accompanying EasyInstall.txt
file, or visit the `EasyInstall home page`__.
__ https://
pythonhosted.org/setuptools
/easy_install.html
__ https://
setuptools.readthedocs.io/en/latest
/easy_install.html
"""
...
...
@@ -512,7 +512,7 @@ class easy_install(Command):
For information on other options, you may wish to consult the
documentation at:
https://
pythonhosted.org/setuptools
/easy_install.html
https://
setuptools.readthedocs.io/en/latest
/easy_install.html
Please make the appropriate changes for your system and try again.
"""
).
lstrip
()
...
...
@@ -1256,7 +1256,8 @@ class easy_install(Command):
* You can set up the installation directory to support ".pth" files by
using one of the approaches described here:
https://pythonhosted.org/setuptools/easy_install.html#custom-installation-locations
https://setuptools.readthedocs.io/en/latest/easy_install.html#custom-installation-locations
Please make the appropriate changes for your system and try again."""
).
lstrip
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment