From b0bd57297bf8152b19b7e322e1e09b8e80349419 Mon Sep 17 00:00:00 2001 From: David Q Mertz Date: Tue, 25 Jul 2023 15:55:46 -0400 Subject: [PATCH] Update docs/environment_setup.md Co-authored-by: Niels Bantilan Signed-off-by: David Q Mertz --- docs/environment_setup.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/environment_setup.md b/docs/environment_setup.md index c42f2d56f..cb5e3c134 100644 --- a/docs/environment_setup.md +++ b/docs/environment_setup.md @@ -30,10 +30,12 @@ In this setup guide, let's run the `examples/basics` project. ```{prompt} bash git clone https://github.com/flyteorg/flytesnacks -# ... or if your SSH key is registered on GitHub: -# git clone git@github.com:flyteorg/flytesnacks.git -# Or if you use the `gh` tool: -# gh repo clone flyteorg/flytesnacks + +# or if your SSH key is registered on GitHub: +git clone git@github.com:flyteorg/flytesnacks.git + +# or if you use the `gh` tool: +gh repo clone flyteorg/flytesnacks cd flytesnacks/examples/basics pip install -r requirements.txt ```