@@ -138,14 +138,15 @@ operations on attached esp32 devices:
138138
139139### Install from PYPI
140140
141+ - Using uv: ` uv tool install mp-image-tool-esp32 ` ,
141142- Using pip: ` pip install mp-image-tool-esp32 ` , or
142- - Using uv : ` uv tool install mp-image-tool-esp32` .
143+ - Using pipx : ` pipx install mp-image-tool-esp32` .
143144
144- Support for the ` fs ` command (reading, checking and copying files to/from
145- littlefs filesystems on your device), requires selecting the ` littlefs ` extra
146- eg: ` pip install mp-image-tool-esp32[littlefs]` . This has been made available as
147- an extra because installing the ` littlefs-python ` package requires extra build
148- tools on your computer, which you may avoid if you don't need filesystem access.
145+ Sinve version ` v0.0.14 ` , support for the ` fs ` command (reading, checking and
146+ copying files to/from littlefs filesystems on your device), requires selecting
147+ the ` littlefs ` extra eg: ` uv tool install mp-image-tool-esp32[littlefs]` .
148+ ` littlefs ` support has been made available as an extra, which you may avoid if
149+ you don't need filesystem access.
149150
150151### Install from github source
151152
@@ -156,7 +157,7 @@ dependencies and dev environments.
156157git clone https://github.com/glenn20/mp-image-tool-esp32
157158cd mp-image-tool-esp32
158159uv build # To build an installable .whl file
159- uv tool install dist/mp_image_tool_esp32-0.0.12 -py3-none-any.whl
160+ uv tool install dist/mp_image_tool_esp32-0.0.14 -py3-none-any.whl
160161```
161162
162163To run the tests: ` uv run pytest ` or ` uv run tox ` .
0 commit comments