From 6065918d0fd3171786482cd77bf64097843d6fc0 Mon Sep 17 00:00:00 2001 From: maozdemir Date: Mon, 22 May 2023 19:04:01 +0300 Subject: [PATCH] typo: Change `pip` to `pip3` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5719ebfe..9881dec3 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Built with [LangChain](https://github.com/hwchase17/langchain), [GPT4All](https: In order to set your environment up to run the code here, first install all requirements: ```shell -pip install -r requirements.txt +pip3 install -r requirements.txt ``` Then, download the LLM model and place it in a directory of your choice: