From 9ad8e0dd09dc7f8c22f7cf51a5c83b7c788b50d7 Mon Sep 17 00:00:00 2001 From: Varun Kamath Date: Sun, 28 Oct 2018 14:12:34 -0400 Subject: 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. --- changelog.d/1553.doc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/1553.doc.rst (limited to 'changelog.d') 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 -- cgit v1.2.3