Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 368 Bytes

install.md

File metadata and controls

23 lines (16 loc) · 368 Bytes

Install

  • use the way you like to install

PyPI(recommend)

pip install jetson-examples

Linux (github trick)

curl -fsSL https://raw.githubusercontent.com/Seeed-Projects/jetson-examples/main/install.sh | sh

Github (for Developer)

git clone https://github.com/Seeed-Projects/jetson-examples
cd jetson-examples
pip install .