How to install Chainlit/chainlit. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
Chainlit/chainlit Installation Guide
How to install Chainlit/chainlit. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for Chainlit/chainlit. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i Chainlit/chainlitor
Install via npx
npx @hexmos/ipm i Chainlit/chainlitPrerequisites
Python
languageVersion: >=3.6.0
pip
package_managerPackage installer for Python.
Git
system_toolNode.js
build_toolVersion: >=16.0.0
pnpm
build_toolVersion: >=14.0.0
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager Installation (pip)
pip install chainlit
chainlit helloSource Code Installation (Git)
git clone https://github.com/Chainlit/chainlit.gitSource Code Installation (Node)
git clone https://github.com/Chainlit/chainlit.git
npm installSource Code Installation (Python)
git clone https://github.com/Chainlit/chainlit.gitPost Installation Steps
- Open your browser and go to http://localhost:8000/ to start using the app.
- You can also run `chainlit run demo.py -w` to start a local development server.
