Instructions

https://github.com/monkmakes/mb_solar_kit
Click on the CODE button, then on
DOWNLOAD ZIP. The file will download
into your downloads folder.
Unzip the zip file to a folder on your
computer, and you will find all the Python
programs in there. You can open these
directly in the Python web editor as well
as using the Python web editor to convert
the code into a form that will run on the
micro:bit.
Flashing Code to Your micro:bit
Once you have the program code in the correct editor, you need to flash it to the
micro:bit. This copies the code over the USB cable into the flash memory of the
micro:bit, where it then runs
Press the DOWNLOAD button, and drag & drop the .hex file from your downloads
folder onto the MICROBIT drive that appears when you plug in your micro:bit.
If you haven't used the micro:bit before, there are some simple getting started
guides and videos on the Micro:bit Educational Foundation website:
https://microbit.org/get-started/first-steps/set-up/
The above web page also describes a faster direct flashing approach, that you will
find handy when doing the energy logger project.
Page 13