Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
achuthaperumal authored Jul 11, 2023
1 parent 2e703d0 commit d7a12d6
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit d7a12d6

Please sign in to comment.