-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e703d0
commit d7a12d6
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |