...
Download the latest installer from https://www.python.org/downloads/:
check
☑ Add python.exe to PATH
, andinstall with all default settings.
...
Once done, you can type the following commands to verify the versions of python
and pip
you now have installed:
...
Install per the instructions at https://nodered.org/docs/getting-started/local . On Windows, this means:
Install Node.js from https://nodejs.org/en/ (in my case 18.12.0 LTS)
verify that Node is indeed installed
Install Node-RED by typing
npm install -g --unsafe-perm node-red
Start Node-RED by typing
node-red
Open http://127.0.0.1:1880 to see its interface
Source Code
Download the latest release from https://github.com/aiotsystems/aiot_play_fw/releases/latest