summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2021-02-08 10:18:13 -0500
committerGitHub <noreply@github.com>2021-02-08 09:18:13 -0600
commit5fdc9c1b8563c2ffe99d6dff3f0632fb9dc29936 (patch)
tree8a5e3cb9009e3f756c002a0ccd948d7ca821ca8f /setup.py
parent9aa369af8c02d86a096e8c5338faa5b83e5cf2ee (diff)
downloadcryptography-5fdc9c1b8563c2ffe99d6dff3f0632fb9dc29936.tar.gz
More aggressively point people at Rust version docs (#5782)
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 0142facce..7e19d38e5 100644
--- a/setup.py
+++ b/setup.py
@@ -169,7 +169,10 @@ except: # noqa: E722
instructions for your platform.
3) Check our frequently asked questions for more information:
https://cryptography.io/en/latest/faq.html
- 4) Ensure you have a recent Rust toolchain installed.
+ 4) Ensure you have a recent Rust toolchain installed:
+ https://cryptography.io/en/latest/installation.html#rust
+ 5) If you are experiencing issues with Rust for *this release only* you may
+ set the environment variable `CRYPTOGRAPHY_DONT_BUILD_RUST=1`.
=============================DEBUG ASSISTANCE=============================
"""
)