Step 1: Unbox and Inspect
Unbox the Selfie Toaster 3000 and inspect its contents. You should see:
- 1x Selfie Toaster 3000 main module
- 1x USB cable
- 1x power adapter (3-pin)
- 1x instruction manual
# Unbox and inspect the contents
selfie_toaster3000 = unbox()
contents = inspect(contents)
print("Contents are:", contents)
Step 2: Powering it Up
Plug the power adapter into the Selfie Toaster 3000 and press the power button. If it doesn't turn on, you're not ready for this.
- 1. Plug in the power adapter
- 2. Press the power button
Learn about advanced power options
# Power it up
selfie_toaster3000.power_up()
print("It's alive! ")
Step 3: Software Installation
Download and install the Selfie Toaster 3000 software. This will guide you through the process.
- 1. Download the software from our website
- 2. Run the installer
- 3. Follow the prompts
# Install the software
selfie_toaster3000.install_software()
print("Software installed!")