diff --git a/HOWTO.md b/HOWTO.md index e4311b3..ae441bf 100644 --- a/HOWTO.md +++ b/HOWTO.md @@ -12,6 +12,10 @@ Install the Python dependencies. (If doing this in a virtualenv, add the virtual cd /path/to/Eos pip install -r requirements.txt +Install the node dependencies to build the JavaScript code. + + npm install @babel/core @babel/cli @babel/preset-env babelify browserify + Build the JavaScript code. ./build_js.sh