A scripting enviroment for the ViUR Framework.
Build the 'usepython' module:
- Switch to directory where 'usepython' is located:
cd src/usepython- Build the library with the following command:
npm install
npm run buildInstall the node modules:
cd ../../
npm installCreate the scriptor archiv:
cd src/assets
python3 make.pyRun the development server:
npm run dev -- --port=8081To build the scriptor enter:
npm run buildDistributed under the MIT License. See LICENSE for more information.