Skip to content

Releases: Seeed-Projects/Seeed-Jetson-DevelopTool

0.1.6 install package-beta

18 May 01:59

Choose a tag to compare

seed-jetson-developer Installation Guide

Note: The .whl is named py3-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.sh

Windows (program)

Double-click the seeed-jetson-install-windows.exe

Any Platform (pip + whl)

pip install seed_jetson_developer-0.1.6-py3-none-any.whl

Use --user if you do not have admin/root privileges.


Verify Installation

seed-jetson-developer --version
# Expected: 0.1.6

Or in Python:

import seed_jetson_developer
print(seed_jetson_developer.__version__)

Notes

  • The .whl is cross-platform because it contains no platform-specific binaries.
  • The Linux script may require sudo for 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

15 May 10:38

Choose a tag to compare

fix(ui): prevent QTimer GC crashes, refine tab slider, add Orin Nano …

0.1.5 install package-beta

08 May 07:54
47a4a53

Choose a tag to compare

seed-jetson-developer Installation Guide

Note: The .whl is named py3-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.sh

Windows (Script)

  1. Extract seeed-jetson-install-windows.zip.
  2. You will get two files:
    • seeed-jetson-install-windows.bat
    • seeed-jetson-install-windows.ps1
  3. Double-click the .bat file, 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.whl

Use --user if you do not have admin/root privileges.


Verify Installation

seed-jetson-developer --version
# Expected: 0.1.5

Or in Python:

import seed_jetson_developer
print(seed_jetson_developer.__version__)

Notes

  • The .whl is cross-platform because it contains no platform-specific binaries.
  • The Linux script may require sudo for 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

27 Apr 02:43

Choose a tag to compare

seed-jetson-developer v0.1.4 Installation Guide

Note: The .whl is named py3-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.sh

Windows (Script)

  1. Extract seeed-jetson-install-windows.zip.
  2. You will get two files:
    • seeed-jetson-install-windows.bat
    • seeed-jetson-install-windows.ps1
  3. Double-click the .bat file, 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.whl

Use --user if you do not have admin/root privileges.


Verify Installation

seed-jetson-developer --version
# Expected: 0.1.4

Or in Python:

import seed_jetson_developer
print(seed_jetson_developer.__version__)

Notes

  • The .whl is cross-platform because it contains no platform-specific binaries.
  • The Linux script may require sudo for 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