Chainlit home page
Search...
⌘K
Github
Join Discord
Join Discord
Search...
Navigation
Get Started
Installation
Documentation
Examples
API Reference
Chainlit Help
Get Started
Overview
Installation
In Pure Python
Integrations
Deploy
Overview
Platforms
Basic Concepts
Chat Life Cycle
Starters
Message
Step
User Session
Element
Action
Command
Advanced Features
Streaming
MCP
Ask User
Multi-Modality
Chat Profiles
Chat Settings
Testing & Debugging
Data Persistence
Overview
Chat History
Human Feedback
Open Source Data Layers
Tags & Metadata
Authentication
Overview
Password
Header
OAuth
Customisation
Overview
Translation
Avatars
Logo and Favicon
Theme
JS
CSS
Backend
Config
Environment Variables
Command Line Options
Guides
Async / Sync
Migrate to Chainlit v2.0.0
On this page
Next steps
Get Started
Installation
Chainlit requires
python>=3.9
.
You can install Chainlit it via pip as follows:
Copy
pip
install
chainlit
This will make the
chainlit
command available on your system.
Make sure everything runs smoothly:
Copy
chainlit
hello
This should spawn the chainlit UI and ask for your name like so:
Next steps
In Pure Python
Learn on how to use Chainlit with any python code.
Integrations
Integrate Chainlit with other frameworks.
Was this page helpful?
Yes
No
Suggest edits
Raise issue
Overview
In Pure Python
Assistant
Responses are generated using AI and may contain mistakes.