summaryrefslogtreecommitdiff
path: root/docs/dev/batch.md
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2023-12-22 21:26:17 -0500
committerJordan Wiens <jordan@psifertex.com>2023-12-22 21:26:17 -0500
commit24504c4cf6bdc9acd90e4f95fd7185ae61b1030d (patch)
tree0df98fec43a0e2c75e08290f78159e3789fcd5b1 /docs/dev/batch.md
parent66be2657a30056b99fab83c7211092f288b44e69 (diff)
add more documentation about specifying the full path for install_api.py
Diffstat (limited to 'docs/dev/batch.md')
-rw-r--r--docs/dev/batch.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/dev/batch.md b/docs/dev/batch.md
index 3fb4ddfa..220a677e 100644
--- a/docs/dev/batch.md
+++ b/docs/dev/batch.md
@@ -19,6 +19,10 @@ First, make sure to run the [install_api.py](https://github.com/Vector35/binaryn
python3 ~/binaryninja/scripts/install_api.py
```
+Note
+???+ Warning "Tip"
+ If you have multiple python copies installed, you'll want to make sure to specify the full path to the correct python when running as shown above.
+
This script adds appropriate `.pth` files so that your Python can find the Binary Ninja libraries.
## Our First Script