--- a +++ b/examples/README.md @@ -0,0 +1,11 @@ +# Examples + +> Before you run the modules, make sure you installed `cloudbrain`. See root `README`. + +This folder contains a couple of module configuration examples. Here is how +you can run a module after installing cloudbrain: `python -m cloudbrain.run +--file </path/to/file.json>`. +<br> +<br> +For example, to run the mock source module, you can run: `python -m cloudbrain +.run --file source.mock.json`.