Document new npm dependencies
This commit is contained in:
parent
5e06ffe577
commit
706fd132cd
4
HOWTO.md
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user