mirror of
https://github.com/zylon-ai/private-gpt.git
synced 2025-12-22 07:40:12 +01:00
typo: Change pip to pip3
This commit is contained in:
parent
2f3aab9cfd
commit
6065918d0f
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue