-
Notifications
You must be signed in to change notification settings - Fork 121
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Niels Bantilan <[email protected]> Signed-off-by: David Q Mertz <[email protected]>
- Loading branch information
1 parent
54c1148
commit b0bd572
Showing
1 changed file
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 [email protected]: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 [email protected]:flyteorg/flytesnacks.git | ||
# or if you use the `gh` tool: | ||
gh repo clone flyteorg/flytesnacks | ||
cd flytesnacks/examples/basics | ||
pip install -r requirements.txt | ||
``` | ||
|