mirror of
https://github.com/certbot/certbot.git
synced 2026-07-27 00:00:44 +02:00
Fix typo and add instructions for changing a single dependency (#6978)
* Fix typo and add instructions for changing a single dependency * Only mention installing hashin
This commit is contained in:
committed by
Adrien Ferrand
parent
c99079fb0a
commit
1aa111f941
@@ -217,7 +217,12 @@ def _write_requirements(dest_file, requirements, conflicts):
|
||||
# To generate this, do (with docker and package hashin installed):
|
||||
# ```
|
||||
# letsencrypt-auto-source/rebuild_dependencies.py \\
|
||||
# letsencrypt-auto-sources/pieces/dependency-requirements.txt
|
||||
# letsencrypt-auto-source/pieces/dependency-requirements.txt
|
||||
# ```
|
||||
# If you want to update a single dependency, run commands similar to these:
|
||||
# ```
|
||||
# pip install hashin
|
||||
# hashin -r dependency-requirements.txt cryptography==1.5.2
|
||||
# ```
|
||||
''')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user