Skip to content

Commit

Permalink
doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
blackwhitehere committed Jan 17, 2025
1 parent 2c4a2e3 commit ba0a143
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ Then to generate the environment (or update it to latest version based on state

This will generate a new python virtual env under `.venv` directory. You can activate it via:

`source .venv/bin/activate`
source .venv/bin/activate

If you are using VSCode, set to use this env via `Python: Select Interpreter` command.

## Dev deployment

See details in tutorials/12-configure-k8-metadata-service
See details in `tutorials/12-configure-k8-metadata-service`

## Project template

Expand Down
2 changes: 1 addition & 1 deletion tutorials/15-remote-orchestration/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

#### To play this episode:
`cd tutorials`
`python 15-remote-orchestration/hello-cloud.py --with retry argo-workflows create`
`python 15-remote-orchestration/hello-cloud.py --with retry --with kubernetes argo-workflows create`
`python 15-remote-orchestration/hello-cloud.py --with retry argo-workflows trigger`

0 comments on commit ba0a143

Please sign in to comment.