Merge pull request #387 from maozdemir/patch-1

typo: Change `pip` to `pip3` in README.md
This commit is contained in:
Iván Martínez 2023-05-22 23:23:29 +02:00 committed by GitHub
commit fb94b9d1d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: In order to set your environment up to run the code here, first install all requirements:
```shell ```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: Then, download the LLM model and place it in a directory of your choice: