File tree Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Expand file tree Collapse file tree 1 file changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -29,9 +29,12 @@ station.isconnected()
2929` mip ` has been added in MicroPython 1.19.1 and later. For earlier MicroPython
3030versions check the [ upip section below] ( #install-with-upip )
3131
32- > ` mip ` ("mip installs packages") is similar in concept to Python's ` pip `
33- > tool, however it does not use the PyPI index, rather it uses micropython-lib
34- > as its index by default.
32+ ``` {eval-rst}
33+ .. epigraph::
34+ `mip` ("mip installs packages") is similar in concept to Python's `pip`
35+ tool, however it does not use the PyPI index, rather it uses
36+ micropython-lib as its index by default.
37+ ```
3538
3639As this library is pushed to [ PyPi] [ ref-micropython-modbus-pypi ] and
3740[ TestPyPi] [ ref-micropython-modbus-test-pypi ] , but not the default
@@ -72,9 +75,8 @@ upip.install('micropython-modbus')
7275
7376### mpremote
7477
75- As of January 2022 the [ ` mpremote ` ] [ ref-mpremote ] tool is available via ` pip ` .
76-
77- > It can be used from a host PC to install packages to a locally connected device
78+ As of January 2022 the [ ` mpremote ` ] [ ref-mpremote ] tool is available via ` pip `
79+ and can be used to install packages on a connected device from a host machine.
7880
7981As described in the ` Install required tools ` section of [ SETUP] ( SETUP.md ) , the
8082tool will be installed with the provided ` requirements.txt ` file. Please
You can’t perform that action at this time.
0 commit comments