16 lines
413 B
ReStructuredText
16 lines
413 B
ReStructuredText
============
|
|
Dependencies
|
|
============
|
|
|
|
Install the following Dependencies:
|
|
|
|
* luarocks : ``sudo apt install luarocks``
|
|
* busted : ``sudo luarocks install busted``
|
|
* python3 : ``sudo apt install python3``
|
|
* esptool : ``pip3 install esptool``
|
|
* nodemcu-uploader : ``pip3 install nodemcu-uploader``
|
|
|
|
Install on the Server PC:
|
|
|
|
* NodeJS : https://nodejs.org/
|
|
* Next : ``npm install next`` |