Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Add missing `PYTHONPATH=$PWD`
  • Loading branch information
ybastide authored May 22, 2024
1 parent 2e45a23 commit 522c841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ and activity worker processes.

Start a decider with:

$ simpleflow decider.start --domain TestDomain --task-list test examples.basic.BasicWorkflow
$ PYTHONPATH=$PWD simpleflow decider.start --domain TestDomain --task-list test examples.basic.BasicWorkflow

Start an activity worker with:

Expand Down

0 comments on commit 522c841

Please sign in to comment.