doc: use python3-minimal instead of python3-dev

pull/24696/head
Kumataro 1 year ago
parent 500fd453a1
commit fdfe64e5f2
  1. 4
      doc/tutorials/introduction/crosscompilation/crosscompile_with_multiarch.markdown

@ -62,7 +62,7 @@ If you want to enable Python 3 wrapper, install these packages too.
@code{.bash} @code{.bash}
sudo apt install -y \ sudo apt install -y \
python3-dev \ python3-minimal \
python3-numpy python3-numpy
@endcode @endcode
@ -408,7 +408,7 @@ If you want to enable Python 3 wrapper, install these packages too.
@code{.bash} @code{.bash}
sudo apt install -y \ sudo apt install -y \
python3.11 \ python3-minimal \
python3-numpy python3-numpy
@endcode @endcode

Loading…
Cancel
Save