Skip to content

Commit

Permalink
Update docs/environment_setup.md
Browse files Browse the repository at this point in the history
Co-authored-by: Niels Bantilan <niels.bantilan@gmail.com>
Signed-off-by: David Q Mertz <mertz@gnosis.cx>
  • Loading branch information
DavidMertz and cosmicBboy committed Jul 25, 2023
1 parent 54c1148 commit b0bd572
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions docs/environment_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```
Expand Down

0 comments on commit b0bd572

Please sign in to comment.