From cf439e42866f9f35532d2e4301bd071c357a4c3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Sanguinetti?= Date: Tue, 6 Oct 2015 14:44:18 -0300 Subject: [PATCH] List OpenSSL as a dependency in the docs --- docs/install.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/install.rst b/docs/install.rst index b21e61e..f1e6e22 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -16,6 +16,7 @@ Requirements - Python 2.7, 3.2+ or PyPy 2.6+ (including the development headers) - Libgit2 v0.23.x - cffi 1.0+ +- OpenSSL development headers, optional, used for HTTPS network operations. - Libssh2, optional, used for SSH network operations. - pkg-config, optional, used for SSH network operations.