Document new npm dependencies

This commit is contained in:
RunasSudo 2019-01-14 18:20:25 +11:00
parent 5e06ffe577
commit 706fd132cd
Signed by: RunasSudo
GPG Key ID: 7234E476BF21C61A
1 changed files with 4 additions and 0 deletions

View File

@ -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