mirror of
https://github.com/certbot/certbot.git
synced 2026-01-21 19:01:07 +03:00
When people see requirements.txt they tend to `pip install -r` straight way (c.f. https://github.com/letsencrypt/letsencrypt/issues/1252). It's only necessary for Python2.6.
8 lines
298 B
Plaintext
8 lines
298 B
Plaintext
This directory contains scripts that install necessary OS-specific
|
|
prerequisite dependencies (see docs/using.rst).
|
|
|
|
General dependencies:
|
|
- git-core: py26reqs.txt git+https://*
|
|
- ca-certificates: communication with demo ACMO server at
|
|
https://www.letsencrypt-demo.org, py26reqs.txt git+https://*
|