diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2021-02-12 12:04:46 -0500 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2021-02-12 12:04:46 -0500 |
commit | 762cfce606a737c6f00a43bc529927062627f253 (patch) | |
tree | 8e7fb2e9fe943ea1af544993c0327df198b2c24a | |
parent | 670b7b90b726d25a338a9367f35cd55a9fed1eae (diff) | |
parent | 22f44011dfce54b4c3a36621d36a6d26ee3a4f27 (diff) |
Merge branch '2.5' into 2.6
-rw-r--r-- | sites/www/installing.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sites/www/installing.rst b/sites/www/installing.rst index cffdba5f..4d24326d 100644 --- a/sites/www/installing.rst +++ b/sites/www/installing.rst @@ -86,8 +86,14 @@ In general, you'll need one of the following setups: 1.4 and newer - which Paramiko will gladly install or upgrade, if you e.g. ``pip install -U`` - drop that support. +* Similarly, Cryptography 3.4 and above require Rust language tooling to + install from source; once again see Cryptography's documentation for details + here, such as `their Rust install section`_ and `this FAQ entry`_. + .. _installation instructions: .. _Cryptography's install docs: https://cryptography.io/en/latest/installation/ +.. _their Rust install section: https://cryptography.io/en/latest/installation.html#rust +.. _this FAQ entry: https://cryptography.io/en/latest/faq.html#installing-cryptography-fails-with-error-can-not-find-rust-compiler .. _gssapi: |