diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000000..bd03aba8ec --- /dev/null +++ b/examples/README.md @@ -0,0 +1,7 @@ +## Morpheus CLI Examples + +Examples run with the morpheus cli (`morpheus ...`) should be run from the repository root, otherwise some filepath arguments may need to be changed. + +## Morpheus run.py Examples + +Examples run with python (`python run.py`) should be run from the example's directory, otherwise relative python imports may be broken.