πŸ“‘ Install Lasagna AI

Installing

Don’t Install the WRONG library

The correct PyPI library is lasagna-ai (not lasagna).

pip install lasagna-ai     # <-- πŸŽ‰πŸŽ‰πŸŽ‰

Optional Dependencies

You’ll likely want some of the optional dependencies (depending on which providers you plan to use):

pip install lasagna-ai[openai,anthropic,bedrock]

Check your version!

import lasagna

print(lasagna.__version__)

⚠️ Make sure you have the most recent version. ⚠️

See all versions on PyPI: PyPI - Version