Skip to content

This guide will walk you through the installation process of the JuHai Intelligent USV System.

  • Operating System: Linux (Ubuntu 20.04+ recommended) or Windows 10+
  • Python 3.8+
  • Node.js 14+
  • Docker (optional)

Download the latest version from our GitHub Releases page.

Terminal window
pip install -r requirements.txt

Edit the configuration file:

Terminal window
cp config.example.yml config.yml
nano config.yml
Terminal window
python main.py

After installation, verify that the system is running correctly:

Terminal window
python -c "import usv; print(usv.version())"