diff --git a/README.md b/README.md index 241d01c..cd92c17 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,12 @@ -# PySide2-NVIDIA-Jetson-Nano -This repo contains Pyside2 Packages for NVIDIA Jetson Nano +# PySide2 Standalone Package for NVIDIA-Jetson-Nano + +If you're looking to build GUIs with PySide2 for Qt5 on Jetson Nano, Then follow the steps: + +1. Install Python3.7 using + `sudo apt install python3.7` +2. Clone the Repository using + `git clone https://github.com/achuthaperumal/PySide2-NVIDIA-Jetson-Nano.git && cd PySide2-NVIDIA-Jetson-Nano` +3. Install PySide2 with Pip + `python3.7 -m pip install ./PySide2-5.15.10-5.15.10-cp37-cp37m-linux_aarch64.whl` + + Note: This wheel file is built as standalone package meaning you do not need to install Qt5 seperately.