typo: Change pip to pip3

This commit is contained in:
maozdemir 2023-05-22 19:04:01 +03:00 committed by GitHub
parent 2f3aab9cfd
commit 6065918d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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:
```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: