Prerequisite: Please install Python (version 3.9 or higher) before proceeding.

Install Moonshine

Install the magic-moonshine package:

Create Your API Key

Create an API key in the Moonshine Developer Console. Navigate to the settings tab on the left hand side menu and click on the tokens section:

Clicking create will show you your token. Save it as you will not be able to see it again. More information about using the Console can be found in the Console Basics section.

Add Your API Key

Add the API key you just made to your code using:

import moonshine

moonshine.config.(API="YOUR TOKEN")