Workstation Setup
Prerequisites:
Python 3.10 or higher
Linux operating system (macOS support coming soon)
Windows is not supported
Maurice SDK
Before installing the Maurice SDK, it's recommended to ensure your pip installation is up to date:
Installation Options:
Base Python Environment:
Virtual Environment (recommended):
Conda Environment:
Note: Using a virtual environment (venv) or conda environment is recommended for isolation and dependency management.
SDK Connection Setup
Put Maurice in connection mode:
Press and hold power button for 5 seconds until status light blinks blue
This indicates Maurice is ready for connection
Connect to Maurice's network:
Find and connect to Wi-Fi network named "Maurice_XXX"
Initialize SSH connection:
When prompted to add Maurice to SSH config, enter 'Y'
Verify connection:
This should open an SSH session to Maurice
VS Code Setup (Optional):
Open VS Code
Install Remote-SSH extension if not already installed
Press F1 or Ctrl+Shift+P to open command palette
Type "Remote-SSH: Connect to Host"
Select "maurice" from the list of SSH targets
VS Code will establish connection to Maurice
SDK Initialization
Run the initialization command:
Authentication:
A browser tab will automatically open
Choose your login method:
Google account
GitHub account
After successful authentication, the browser will redirect back
SDK initialization is now complete
Last updated