From 54dca54068df615b95f445607cdfb1387f753d60 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 24 Jun 2020 18:08:27 +0800 Subject: [PATCH] docs/INSTALL.rst: drop python2 related bits Signed-off-by: Kefu Chai --- docs/INSTALL.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/INSTALL.rst b/docs/INSTALL.rst index 76ae0b6e6..1e8c8a9e5 100644 --- a/docs/INSTALL.rst +++ b/docs/INSTALL.rst @@ -65,10 +65,9 @@ interacting with the services to schedule tests and to report the test results. Update Dependencies ------------------- -We track the dependencies using ``requirements.txt`` -for python2 and python3 respectively. These packages are tested, and should work -with teuthology. But if you want to bump up the versions of them, please use the -following command to update these files:: +We track the dependencies using ``requirements.txt`` . These packages are +tested, and should work with teuthology. But if you want to bump up the +versions of them, please use the following command to update these files:: ./update-requirements.sh -- 2.47.3