Diff of /examples/README.md [000000] .. [00c700]

Switch to unified view

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