diff options
| author | Alex Gaynor <alex.gaynor@gmail.com> | 2021-02-08 10:18:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 09:18:13 -0600 |
| commit | 5fdc9c1b8563c2ffe99d6dff3f0632fb9dc29936 (patch) | |
| tree | 8a5e3cb9009e3f756c002a0ccd948d7ca821ca8f /setup.py | |
| parent | 9aa369af8c02d86a096e8c5338faa5b83e5cf2ee (diff) | |
| download | cryptography-5fdc9c1b8563c2ffe99d6dff3f0632fb9dc29936.tar.gz | |
More aggressively point people at Rust version docs (#5782)
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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============================= """ ) |
