次の例では、jmputilsパッケージを使用して、2つの外部パッケージ(PyArrowとPandas)を同時にインストールしています。
import jmp
import jmputils
jmputils.jpip('install', 'pyarrow pandas')