Dependency Setup
- install python libraries specified in
requirements.txt
usingpip install -t src/libs -r requirements.txt
- install bower components specified in
bower.json
usingbower install
- install NodeJS modules specified in
package.json
usingnpm install