File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -130,12 +130,12 @@ transferring this image to a device by suitable means.
130130
131131Installing to a directory image involves using ``-p `` switch to `upip `::
132132
133- micropython -m upip install -p install_image micropython-pystone_lowmem
133+ micropython -m upip install -p install_dir micropython-pystone_lowmem
134134
135135After this command, the package content (and contents of every depenency
136- packages) will be available in the ``install_image / `` subdirectory. You
136+ packages) will be available in the ``install_dir / `` subdirectory. You
137137would need to transfer contents of this directory (without the
138- ``install_image / `` prefix) to the device, at the suitable location, where
138+ ``install_dir / `` prefix) to the device, at the suitable location, where
139139it can be found by the Python ``import `` statement (see discussion of
140140the `upip ` installation path above).
141141
You can’t perform that action at this time.
0 commit comments