Skip to content

Commit 73f04b5

Browse files
committed
upip added
1 parent 910d4c2 commit 73f04b5

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ In order to use this package the folder `ugenpy` from `src` must be copied to th
1313

1414
There is also a folder called `std_msgs` which has all default `*.msg` files, this folder can also be copied or any other folder with the wanted message types. For memory purposes not all the `msg` files in that folder must be copied, only the ones that are going to be used.
1515

16-
>Note: Soon this will be available to be installed with upip.
16+
You can also install it with:
17+
``` python
18+
import upip
19+
upip.install('micropython-genpy')
20+
```
21+
>Note: To use upip you must be connected to WiFi and the files with std_msgs dir must be included manually.
1722
1823
## Usage
1924

0 commit comments

Comments
 (0)