Releases: Seeed-Projects/Seeed-Jetson-DevelopTool
Releases · Seeed-Projects/Seeed-Jetson-DevelopTool
0.1.6 install package-beta
seed-jetson-developer Installation Guide
Note: The
.whlis namedpy3-none-any, meaning it is a pure Python package and is cross-platform.
Quick Install
Linux (Script)
chmod +x seeed-jetson-install-linux.sh
./seeed-jetson-install-linux.shWindows (program)
Double-click the seeed-jetson-install-windows.exe
Any Platform (pip + whl)
pip install seed_jetson_developer-0.1.6-py3-none-any.whlUse --user if you do not have admin/root privileges.
Verify Installation
seed-jetson-developer --version
# Expected: 0.1.6Or in Python:
import seed_jetson_developer
print(seed_jetson_developer.__version__)Notes
- The
.whlis cross-platform because it contains no platform-specific binaries. - The Linux script may require
sudofor system-wide installation. - For dependency isolation, install inside a virtual environment:
python3 -m venv venv source venv/bin/activate # Linux # venv\Scripts\activate # Windows pip install seed_jetson_developer-0.1.6-py3-none-any.whl
0.1.5-post1 install package-beta
fix(ui): prevent QTimer GC crashes, refine tab slider, add Orin Nano …
0.1.5 install package-beta
seed-jetson-developer Installation Guide
Note: The
.whlis namedpy3-none-any, meaning it is a pure Python package and is cross-platform.
Quick Install
Linux (Script)
chmod +x seeed-jetson-install-linux.sh
./seeed-jetson-install-linux.shWindows (Script)
- Extract
seeed-jetson-install-windows.zip. - You will get two files:
seeed-jetson-install-windows.batseeed-jetson-install-windows.ps1
- Double-click the
.batfile, or run in PowerShell:.\seeed-jetson-install-windows.ps1
If execution policy blocks the script, run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Any Platform (pip + whl)
pip install seed_jetson_developer-0.1.5-py3-none-any.whlUse --user if you do not have admin/root privileges.
Verify Installation
seed-jetson-developer --version
# Expected: 0.1.5Or in Python:
import seed_jetson_developer
print(seed_jetson_developer.__version__)Notes
- The
.whlis cross-platform because it contains no platform-specific binaries. - The Linux script may require
sudofor system-wide installation. - For dependency isolation, install inside a virtual environment:
python3 -m venv venv source venv/bin/activate # Linux # venv\Scripts\activate # Windows pip install seed_jetson_developer-0.1.5-py3-none-any.whl
0.1.4 install package-beta
seed-jetson-developer v0.1.4 Installation Guide
Note: The
.whlis namedpy3-none-any, meaning it is a pure Python package and is cross-platform.
Quick Install
Linux (Script)
chmod +x seeed-jetson-install-linux.sh
./seeed-jetson-install-linux.shWindows (Script)
- Extract
seeed-jetson-install-windows.zip. - You will get two files:
seeed-jetson-install-windows.batseeed-jetson-install-windows.ps1
- Double-click the
.batfile, or run in PowerShell:.\seeed-jetson-install-windows.ps1
If execution policy blocks the script, run:
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser
Any Platform (pip + whl)
pip install seed_jetson_developer-0.1.4-py3-none-any.whlUse --user if you do not have admin/root privileges.
Verify Installation
seed-jetson-developer --version
# Expected: 0.1.4Or in Python:
import seed_jetson_developer
print(seed_jetson_developer.__version__)Notes
- The
.whlis cross-platform because it contains no platform-specific binaries. - The Linux script may require
sudofor system-wide installation. - For dependency isolation, install inside a virtual environment:
python3 -m venv venv source venv/bin/activate # Linux # venv\Scripts\activate # Windows pip install seed_jetson_developer-0.1.4-py3-none-any.whl