Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0653bea

Browse filesBrowse files
authored
Update README.md
1 parent 63f6400 commit 0653bea
Copy full SHA for 0653bea

File tree

Expand file treeCollapse file tree

1 file changed

+11
-8
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+11
-8
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+11-8Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,18 @@ codeexplain.nvim is a NeoVim plugin that uses the powerful [GPT4ALL](https://gpt
1414

1515
## Installation
1616

17-
### Download the GPT4ALL model
17+
## Requirements
18+
- NeoVim
19+
- Python3
20+
- langchain
21+
- llama-cpp-python
22+
- Pygments
23+
- pynvim
1824

25+
```bash
26+
pip install -r langchain==0.0.177 llama-cpp-python==0.1.48 Pygments==2.15.1 pynvim==0.4.3
27+
```
28+
### Download the GPT4ALL model
1929
Before installing the plugin, download the GPT4ALL model and save it in your home directory:
2030

2131
```bash
@@ -64,13 +74,6 @@ You can use the plugin by selecting a piece of code in Visual mode and running t
6474

6575
A new window will be opened in your NeoVim editor, displaying line-by-line explanations of the selected code and potential security vulnerabilities.
6676

67-
## Requirements
68-
69-
- NeoVim
70-
- Python3
71-
- pynvim
72-
- langchain
73-
- pygments
7477

7578
## Contributions
7679

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.