• 1
    Step 1

    Setup Parts


    Connect your Omega, Expansion Dock, and OLED Expansion as shown.

  • 2
    Step 2

    Setup Wifi


    You will need to setup wifi so that we can install python and fetch stock data from google:

    wifisetup
    

    Follow the instructions and give the Omega access to your wifi network.

  • 3
    Step 3

    Update and Install Python


    We will need to install the full version of Python so that we have access to some libraries necessary for webscraping:

    opkg update
     opkg install python
    

    You may or may not need to clear some space on your Omega for the installation. If you are doing this right out of the box, you should be fine.