pip install pyserial websockets python-socketio pyqt6 PyQt6-WebEngine pyqtgraph pyinstaller pygame pillow
npm install three@0.183.2 vite gsap cannon-es @dimforge/rapier3d socket.io-client lil-gui postprocessing three-stdlib howler gl-matrix three-ik
📦 Full Setup - Anaconda + Arduino CLI
# ---------------------------
# 1️⃣ Anaconda Environment
# ---------------------------
# Siga o link oficial se Anaconda não estiver instalada:
# https://www.anaconda.com/products/distribution
# Criação de ambiente isolado
conda create -n engineering-lab python=3.10
conda activate engineering-lab
# Instalar pacotes científicos
conda install numpy scipy pandas matplotlib opencv-python mediapipe ultralytics
# ---------------------------
# 2️⃣ Arduino CLI
# ---------------------------
# Windows: baixar MSI oficial
# macOS/Linux: via Homebrew ou apt
arduino-cli core update-index
arduino-cli core install arduino:avr
# Teste de instalação
arduino-cli board list