Skip to content

Commit 07ce678

Browse files
authored
Update installation.md
1 parent bb513d5 commit 07ce678

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

doc/md/installation.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,20 @@
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.

0 commit comments

Comments
 (0)