Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 371 Bytes

install_ubuntu.md

File metadata and controls

19 lines (14 loc) · 371 Bytes

実行環境(Ubuntu/JetsonNanoの場合)

Need python3, PyQt5 and NumPy to be installed.

# install pyqt5 and NumPy
sudo apt-get install -y python3-pip
sudo apt-get install -y python3-pyqt5
pip3 install --upgrade pip
pip3 install numpy

その他、パッケージのインストール

sudo apt-get install -y git

その後は、実行方法を参照