Skip to content

Commit d03c89d

Browse files
committed
Forgot pip3 dependencies.
1 parent 1dbc580 commit d03c89d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

plugin.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
"Darwin": "pip3 install --user openai. Under your OpenAI account, create an API key and set it to the environment variable OPENAI_API_KEY inside Binary Ninja's Python console.",
2323
"Linux": "pip3 install --user openai. Under your OpenAI account, create an API key and set it to the environment variable OPENAI_API_KEY inside Binary Ninja's Python console."
2424
},
25+
"dependencies": {
26+
"pip": [
27+
"openai"
28+
]
29+
},
2530
"version": "1.0.0",
2631
"minimumbinaryninjaversion": 3200
2732
}

0 commit comments

Comments
 (0)