diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2022-10-17 17:16:40 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2022-10-17 17:16:50 -0400 |
| commit | 5ca8304da6dfc67f2feda5888a3c84d2e0c2ef90 (patch) | |
| tree | 4ded93f22e6bfba41252966f450585888ec0a282 /docs/guide/troubleshooting.md | |
| parent | f7b97cffae5582b7891f1718ce64eb0e30c29d25 (diff) | |
another round of small doc changes
Diffstat (limited to 'docs/guide/troubleshooting.md')
| -rw-r--r-- | docs/guide/troubleshooting.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guide/troubleshooting.md b/docs/guide/troubleshooting.md index 0794f934..b2da8c53 100644 --- a/docs/guide/troubleshooting.md +++ b/docs/guide/troubleshooting.md @@ -39,7 +39,7 @@ While third party plugins are not officially supported, there are a number of tr Additionally, if you're having trouble running a plugin in headless mode (without a GUI calling directly into the core), make sure you're running the Commercial version of Binary Ninja as the Student/Non-Commercial edition does not support headless processing. -Next, if running a python plugin, make sure the python requirements are met by your existing installation. Note that on windows, the bundled python is used and python requirements should be installed either by manually copying the modules to the `plugins` [folder](./#directories). +Next, if running a python plugin, make sure the python requirements are met by your existing installation. Note that on windows, the bundled python is used and python requirements should be installed either by manually copying the modules to the `plugins` [folder](./#directories), or by switching to a different interpreter in the settings. ## License Problems |
