Skip to content

Commit 9251f13

Browse files
committed
docs/packages: Use "install_dir/" in examples.
1 parent 02d2a0f commit 9251f13

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/reference/packages.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,12 @@ transferring this image to a device by suitable means.
130130

131131
Installing 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

135135
After 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
137137
would 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
139139
it can be found by the Python ``import`` statement (see discussion of
140140
the `upip` installation path above).
141141

0 commit comments

Comments
 (0)