💾
Installing Manot and Initial Setup
Guide to installing Manot and setting up your token to authorize the Manot client.
!pip install -U manot
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 [email protected].
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 modified 5mo ago