Skip to content

Commit

Permalink
upip install
Browse files Browse the repository at this point in the history
  • Loading branch information
sasilva1998 committed Apr 7, 2020
1 parent 3b14b28 commit 8d38fe6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,15 @@ I strongly recommend using [rshell](https://github.com/dhylands/rshell).
Now available with upip, could be installed with:
``` python
import upip
import network
from time import sleep
wlan=network.WLAN(network.STA_IF)
wlan.active(True)
wlan.connect('<ssid>', '<password>')
sleep(5)
upip.install('micropython-rosserial')
```
If `micropython-rosserial` is installed, because of requirementes, `ugenpy` and `TopicInfo` will too.
If `micropython-rosserial` is installed, because of requirements, `ugenpy` and `TopicInfo` will too.
>Note: must be connected to WiFi to use upip like this.
**Have in mind before publishing or subscribing to a topic, the message class must be generated with `ugenpy`**
Expand Down

0 comments on commit 8d38fe6

Please sign in to comment.