chainlit icon indicating copy to clipboard operation
chainlit copied to clipboard

chainlit hello example not working according to Contribute guide

Open umair313 opened this issue 1 year ago • 0 comments
trafficstars

Describe the bug I followed the contribute.md guide and install poetry, activate shell and install requirements with this command

cd backend
poetry install --with tests --with mypy

After that I run these commands and I got error

poetry shell
chainlit run chainlit/hello.py

Error "command not found: chainlit"

umair313 avatar Jul 10 '24 22:07 umair313