Skip to content
Snippets Groups Projects
Commit 9251f139 authored by Paul Sokolovsky's avatar Paul Sokolovsky
Browse files

docs/packages: Use "install_dir/" in examples.

parent 02d2a0fb
No related branches found
No related tags found
No related merge requests found
......@@ -130,12 +130,12 @@ transferring this image to a device by suitable means.
Installing to a directory image involves using ``-p`` switch to `upip`::
micropython -m upip install -p install_image micropython-pystone_lowmem
micropython -m upip install -p install_dir micropython-pystone_lowmem
After this command, the package content (and contents of every depenency
packages) will be available in the ``install_image/`` subdirectory. You
packages) will be available in the ``install_dir/`` subdirectory. You
would need to transfer contents of this directory (without the
``install_image/`` prefix) to the device, at the suitable location, where
``install_dir/`` prefix) to the device, at the suitable location, where
it can be found by the Python ``import`` statement (see discussion of
the `upip` installation path above).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment