Skip to content

Commit

Permalink
Merge pull request zylon-ai#387 from maozdemir/patch-1
Browse files Browse the repository at this point in the history
typo: Change `pip` to `pip3` in README.md
  • Loading branch information
imartinez authored May 22, 2023
2 parents 2f3aab9 + 6065918 commit fb94b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit fb94b9d

Please sign in to comment.