mirror of
https://github.com/slint-ui/slint.git
synced 2025-08-04 02:39:28 +00:00
Python: Fix MSRV
This commit is contained in:
parent
efb626a54a
commit
b83ace4e6d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ in detail.
|
|||
## Prerequisites
|
||||
|
||||
* Install Rust by following the [Rust Getting Started Guide](https://www.rust-lang.org/learn/get-started). If you already
|
||||
have Rust installed, make sure that it's at least version 1.60 or newer. You can check which version you have installed
|
||||
have Rust installed, make sure that it's at least version 1.70 or newer. You can check which version you have installed
|
||||
by running `rustc --version`. Once this is done, you should have the `rustc` compiler and the `cargo` build system installed in your path. This requirement will be removed before the final release of Slint for Python.
|
||||
* [Python 3](https://python.org/)
|
||||
* [pip](https://pypi.org/project/pip/)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue