diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/installation.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/installation.rst b/docs/installation.rst index 63555abc..15e88a8e 100644 --- a/docs/installation.rst +++ b/docs/installation.rst @@ -7,6 +7,17 @@ You can install ``cryptography`` with ``pip``: $ pip install cryptography +Supported platforms +------------------- + +Currently we test ``cryptography`` on these platforms. + +* x86-64 Ubuntu 12.04 LTS +* x86-64 CentOS 6.4 and CentOS 5 +* x86-64 FreeBSD 9.2 and FreeBSD 10 +* OS X 10.9 and OS X 10.8.5 +* 64-bit Windows Server 2008 + On Windows ---------- |