diff options
| author | Varun Kamath <varunkamath18@gmail.com> | 2018-10-28 14:12:34 -0400 |
|---|---|---|
| committer | Paul Ganssle <pganssle@users.noreply.github.com> | 2018-10-28 14:12:34 -0400 |
| commit | 9ad8e0dd09dc7f8c22f7cf51a5c83b7c788b50d7 (patch) | |
| tree | 2e084a9b5d8a6050d4a899c029467b0e6dd70ea3 /changelog.d | |
| parent | ad043d61d3bfff3ca69f477f44a718597a34e779 (diff) | |
| download | external_python_setuptools-9ad8e0dd09dc7f8c22f7cf51a5c83b7c788b50d7.tar.gz external_python_setuptools-9ad8e0dd09dc7f8c22f7cf51a5c83b7c788b50d7.tar.bz2 external_python_setuptools-9ad8e0dd09dc7f8c22f7cf51a5c83b7c788b50d7.zip | |
Remove ez_setup from documentation (#1553)
Remove ez_setup from setuptools installation docs
This removes ez_setup.py from the setuptools development instructions
and updates some links into EasyInstall that were skipping over the
deprecation warning.
Diffstat (limited to 'changelog.d')
| -rw-r--r-- | changelog.d/1553.doc.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/1553.doc.rst b/changelog.d/1553.doc.rst new file mode 100644 index 00000000..2f68b95e --- /dev/null +++ b/changelog.d/1553.doc.rst @@ -0,0 +1 @@ +Update installation instructions to point to ``pip install`` instead of ``ez_setup.py``.
\ No newline at end of file |
