From 5bc0da020140710ec3bd0a23a2e0bf9d80454f98 Mon Sep 17 00:00:00 2001 From: Merve Noyan Date: Fri, 4 Aug 2023 22:40:47 +0300 Subject: [PATCH] Update docs/source/basic_tutorials/local_launch.md Co-authored-by: Steven Liu <59462357+stevhliu@users.noreply.github.com> --- docs/source/basic_tutorials/local_launch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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