From 24504c4cf6bdc9acd90e4f95fd7185ae61b1030d Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 22 Dec 2023 21:26:17 -0500 Subject: add more documentation about specifying the full path for install_api.py --- scripts/install_api.py | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'scripts') diff --git a/scripts/install_api.py b/scripts/install_api.py index cd0c93b7..5e93064b 100755 --- a/scripts/install_api.py +++ b/scripts/install_api.py @@ -1,4 +1,8 @@ #!/usr/bin/env python3 +# Note, you probably want to run this script directly +# so you can be explicit about _which_ python version you +# wish to add binaryninja to the path of. For example: +# /usr/bin/python3 install_api.py # # Do not run this from a github clone. Should be used # by running the system native python and pointing it at -- cgit v1.3.1