fablabbcn / smartcitizen-docs

Smart Citizen Documentation
https://docs.smartcitizen.me
Other
25 stars 14 forks source link

missing Installation Instruction in 'Edit The Firmware' #20

Closed bryn51 closed 2 years ago

bryn51 commented 2 years ago

This file contains directions on editing of the firmware; and it includes instructions for setting up of Python.

In attempting a build on Windows 10 using 'make.py'; I found that the Python installation was missing a module 'requests' that caused an error on execution of 'tools/sck.py'.

I suggest that the 'Edit The Firmware' document should include an instruction to install the missing module using the command '>python -m pip install requests

bryn51 commented 2 years ago

'Edit The Firmware' document should include an instruction to install the missing module using the command '>python -m pip install requests

oscgonfer commented 2 years ago

Closed now after update, thanks!