diff --git a/docs/source/basic_tutorials/local_launch.md b/docs/source/basic_tutorials/local_launch.md index a8c03a1d..eb998c2b 100644 --- a/docs/source/basic_tutorials/local_launch.md +++ b/docs/source/basic_tutorials/local_launch.md @@ -7,7 +7,7 @@ Before you start, you will need to setup your environment, and install Text Gene Text Generation Inference is available on pypi, conda and GitHub. To install and launch locally, first [install Rust](https://rustup.rs/) and create a Python virtual environment with at least -Python 3.9, e.g. using `conda`: +Python 3.9, e.g. using conda: ```shell curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh