Skip to content

Commit 2368c44

Browse files
fix citation style issue in installation guide
1 parent 8852f14 commit 2368c44

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

docs/INSTALLATION.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,12 @@ station.isconnected()
2929
`mip` has been added in MicroPython 1.19.1 and later. For earlier MicroPython
3030
versions 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

3639
As 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

7981
As described in the `Install required tools` section of [SETUP](SETUP.md), the
8082
tool will be installed with the provided `requirements.txt` file. Please

0 commit comments

Comments
 (0)