From dc861ebf6f2cefe4e221b65f58162f759cae5d3b Mon Sep 17 00:00:00 2001 From: Erica Portnoy Date: Thu, 9 Apr 2020 11:55:45 -0700 Subject: [PATCH] Update letstest readme --- tests/letstest/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/letstest/README.md b/tests/letstest/README.md index 973589b88..dc740a0da 100644 --- a/tests/letstest/README.md +++ b/tests/letstest/README.md @@ -15,8 +15,8 @@ Simple AWS testfarm scripts for certbot client testing are needed, they need to be requested via online webform. ## Installation and configuration -These tests require Python 2.7, awscli, boto3, PyYAML, and fabric<2.0. If you -have Python 2.7 and virtualenv installed, you can use requirements.txt to +These tests require Python 3, awscli, boto3, PyYAML, and fabric 2.0+. If you +have Python 3 and virtualenv installed, you can use requirements.txt to create a virtual environment with a known set of dependencies by running: ``` python3 -m venv venv3