Skip to content

Commit

Permalink
Add rust compiler to cryptography
Browse files Browse the repository at this point in the history
Cryptography now requires rust
  • Loading branch information
pickfire committed Oct 9, 2023
1 parent c48493d commit 9150111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ Cryptography is a statically linked build, no extra steps are needed.

### Linux
`cryptography` should build very easily on Linux provided you have a C compiler,
headers for Python (if you’re not using `pypy`), and headers for the OpenSSL and
`libffi` libraries available on your system.
a Rust compiler, headers for Python (if you’re not using `pypy`), and headers for
the OpenSSL and `libffi` libraries available on your system.

Debian and Ubuntu:
```bash
Expand Down

0 comments on commit 9150111

Please sign in to comment.