diff --git a/README.md b/README.md index 0dded72e..58a00ff4 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,10 @@ A comparison with rust-cpython can be found [in the guide](https://pyo3.rs/maste PyO3 supports Python 3.5 and up. The minimum required Rust version is 1.37.0-nightly 2019-07-19. +If you have never used nightly Rust, the official guide has +[a great section](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html#rustup-and-the-role-of-rust-nightly) +about installing it. + PyPy is also supported (via cpyext) for Python 3.5 only, targeted PyPy version is 7.0.0. Please refer to the guide for installation instruction against PyPy. diff --git a/guide/src/get_started.md b/guide/src/get_started.md index 10759d4e..decfaa37 100644 --- a/guide/src/get_started.md +++ b/guide/src/get_started.md @@ -12,6 +12,10 @@ A comparison with rust-cpython can be found [in the guide](https://pyo3.rs/maste PyO3 supports Python 3.5 and up. The minimum required Rust version is 1.37.0-nightly 2019-07-19. +If you have never used nightly Rust, the official guide has +[a great section](https://doc.rust-lang.org/book/appendix-07-nightly-rust.html#rustup-and-the-role-of-rust-nightly) +about installing it. + PyPy is also supported (via cpyext) for Python 3.5 only, targeted PyPy version is 7.0.0. Please refer to the [pypy section](https://pyo3.rs/master/pypy.html).