From bce4c4eb47ac2e392e292efa7c22da65bca5c3b8 Mon Sep 17 00:00:00 2001 From: mrcode2008 <95929041+mrcode2008@users.noreply.github.com> Date: Fri, 14 Jun 2024 10:52:54 +0530 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9672d6f..bd3a4f4 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,10 @@ ollama pull nomic-embed-text ollama pull mistral ollama list ``` +# Poetry +```shell +brew install poetry +``` * Poppler - PDF Reading @@ -28,4 +32,4 @@ poetry install ```shell python -m aichatbot -``` \ No newline at end of file +```