File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed
Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change 1- # Installation
1+ # Prerequisite
2+ 1 . In this documentation, we use the Thonny IDE. If you have not installed the Thonny IDE, click here: https://thonny.org/ .
3+ 2 . ESP32/ESP8266 that already installed the MicroPython firmware and connected to your device.
4+
5+ # Installation
6+ 1 . Click on the ` Tools ` menu,then select ` Manage Packages ` , and the packages manager window should appear.
7+ 2 . Enter ` micropython-googlesheet ` in the search bar and then press enter.
8+ 3 . Select the highlighted ` micropython-googlesheet ` (if the author is Teeraphat Kullanankanjana).
9+ 4 . Click ` install ` and wait until the installation is complete.
10+ 5 . The installed library file will be install at /lib
11+
12+ # Verify and Test
13+ 1 . Create new file.
14+ 2 . Then copy this code into the new file.
15+ ``` python
16+ from ggsheet import MicroGoogleSheet
17+ ```
18+ 3 . Save it and run.
19+ 4 . If there is no error message, the installation is complete.
20+ 5 . You can proceed to the next step.
You can’t perform that action at this time.
0 commit comments