Compare commits

...

2 Commits

Author SHA1 Message Date
ohemorange
88c779a53a Only mention installing hashin 2019-04-29 18:24:25 -07:00
Erica Portnoy
60a52fc4a3 Fix typo and add instructions for changing a single dependency 2019-04-19 16:08:08 -07:00

View File

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