mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Document where to get OpenSSL on windows
This commit is contained in:
parent
56f81ea267
commit
a8fc6f32a5
1 changed files with 9 additions and 0 deletions
|
|
@ -14,6 +14,12 @@ You can install ``cryptography`` with ``pip``:
|
|||
|
||||
$ pip install cryptography
|
||||
|
||||
.. note::
|
||||
|
||||
If you're on Windows you'll need to make sure you have OpenSSL installed.
|
||||
There are `pre-compiled binaries`_ available.
|
||||
|
||||
|
||||
Why a new crypto library for Python?
|
||||
------------------------------------
|
||||
|
||||
|
|
@ -81,3 +87,6 @@ The ``cryptography`` open source project
|
|||
doing-a-release
|
||||
changelog
|
||||
community
|
||||
|
||||
|
||||
.. _`pre-compiled binaries`: http://slproweb.com/products/Win32OpenSSL.html
|
||||
|
|
|
|||
Loading…
Reference in a new issue