You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-5Lines changed: 1 addition & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# PyLetMeCreate
2
2
3
-
This is the python binding of LetMeCreate library. It requires Python 3. See [LetMecreate](https://github.com/francois-berder/LetMeCreate) for the complete list of interface and click board supported.
3
+
This is the python binding of the LetMeCreate library. It requires Python 3. See [LetMeCreate](https://github.com/francois-berder/LetMeCreate) for the complete list of interface and click board supported.
4
4
5
5
## Integration in Openwrt
6
6
@@ -47,10 +47,6 @@ Update and install all feeds:
47
47
$ ./scripts/feeds update -a
48
48
$ ./scripts/feeds install -a
49
49
```
50
-
In make menuconfig,
51
-
52
-
python3-letmecreate
53
-
54
50
Select python3-letmecreate in make menuconfig. It will automatically select python3 and letmecreate. Then, compile Openwrt:
0 commit comments