💾Installing Manot and Initial Setup

Guide to installing Manot and setting up your token to authorize the Manot client.

Download and install the Manot package

!pip install -U  manot

Initializing Token and Authorizing the Manot Client

Upon signing up for Manot, you will receive a token for authorizing the Manot client. If you haven't received your token yet, please email us at engineering@manot.ai.

Once you have your token, you can authorize the Manot client by providing your token and pointing to the service URL.

from manot import manotAI

manot = manotAI("manot_service_url", "token")

Last updated