Преглед на файлове

Add example build instructions

Steven Silvester преди 9 години
родител
ревизия
674ba15f32
променени са 1 файла, в които са добавени 13 реда и са изтрити 0 реда
  1. 13 0
      README.md

+ 13 - 0
README.md

@@ -52,6 +52,19 @@ npm test
 ```
 
 
+Build Example
+-------------
+
+Follow the source build instructions first.
+Requires a Python install with the Jupyter notebook.
+
+```bash
+npm run build:example
+```
+
+Change to `example` directory and run `python main.py`.
+
+
 Build Docs
 ----------