Only mention installing hashin

This commit is contained in:
ohemorange 2019-04-29 18:24:25 -07:00 committed by GitHub
parent 60a52fc4a3
commit 88c779a53a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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
# ```