diff --git a/README.md b/README.md index ed7b4809..db372779 100644 --- a/README.md +++ b/README.md @@ -205,7 +205,7 @@ cd text-generation-inference ``` Then [install Rust](https://rustup.rs/) and create a Python virtual environment with at least -Python 3.9, e.g. using `conda` or `python venv`: +Python 3.10, e.g. using `conda` or `python venv`: ```shell curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh