From 88c779a53ad19ae76dabbd90ce6c7407333d1be9 Mon Sep 17 00:00:00 2001 From: ohemorange Date: Mon, 29 Apr 2019 18:24:25 -0700 Subject: [PATCH] Only mention installing hashin --- letsencrypt-auto-source/rebuild_dependencies.py | 1 - 1 file changed, 1 deletion(-) diff --git a/letsencrypt-auto-source/rebuild_dependencies.py b/letsencrypt-auto-source/rebuild_dependencies.py index 7ebabbf4d..7096e226c 100755 --- a/letsencrypt-auto-source/rebuild_dependencies.py +++ b/letsencrypt-auto-source/rebuild_dependencies.py @@ -221,7 +221,6 @@ def _write_requirements(dest_file, requirements, conflicts): # ``` # If you want to update a single dependency, run commands similar to these: # ``` -# pip install --no-cache-dir -e acme -e . -e certbot-apache -e certbot-nginx # pip install hashin # hashin -r dependency-requirements.txt cryptography==1.5.2 # ```