mirror of
https://github.com/certbot/certbot.git
synced 2026-06-05 06:42:10 -04:00
Fix comment with instructions for how to use hashin
This commit is contained in:
parent
dc2ef62480
commit
4f2fcdc4f3
1 changed files with 1 additions and 1 deletions
|
|
@ -211,7 +211,7 @@ def _write_requirements(dest_file, requirements, conflicts):
|
|||
# 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
|
||||
# hashin -r tools/certbot_constraints.txt cryptography==1.5.2
|
||||
# ```
|
||||
''')
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue