summaryrefslogtreecommitdiff
path: root/scripts/install_api.py
AgeCommit message (Expand)Author
2024-10-14add force option to install_api scriptJordan Wiens
2024-05-24ensures python site package dir existsdeadc0de6
2023-12-22add more documentation about specifying the full path for install_api.pyJordan Wiens
2023-10-02better explanation in top matter of install_api example scriptJordan Wiens
2023-03-06install_api.py: fix None returns when getting expected binaryninja installed ...d0now
2023-03-06install_api.py: add credit for original script.d0now
2023-03-06install_api.py: add argparse interface, refactoring, support pyenv.d0now
2022-07-18Fix prefix comparison logic for virtual environment detectiond0now
2022-07-06remove failure case for virtual detection since it is now automaticJordan
2022-07-06Removed -v; now autodetects an active venvNoah Kritz
2022-05-14require py3 for install_api scriptJordan Wiens
2022-05-14remove more vestigal py2 codeJordan Wiens
2022-04-28Fix install_api.py checking for binaryninjaui by importing it in headlessGlenn Smith
2022-04-25allow pth for pyside with 3.10 supportJordan Wiens
2022-01-28Format All FilesKyleMiles
2021-08-13use py3 for install script by defaultJordan Wiens
2021-08-13adding pth uninstallation to install api script and linux setup scriptJordan Wiens
2020-11-19add executable permission to linux installer scriptsXusheng
2020-10-06enable binaryninjaui for python 3.9Jordan Wiens
2020-04-15Improved installation process for venvBen Demick
2020-03-30Added warning message3pidemix
2020-03-30Enable use within a venv3pidemix
2019-12-18Update to Qt 5.14.0Rusty Wagner
2019-11-19Don't install PySide2 into python path if it's not compatible with that versi...Rusty Wagner
2019-06-13simplify path location and fix for windows user-installs for install_api.pyJordan Wiens
2019-05-09warning for older pth files not including ui paths and install script now upd...Jordan Wiens
2019-05-07fix install script to only add appropriate python 2/3 UI librariesJordan Wiens
2019-04-09add py2 and py3 folders when installing to the python path for the new UI plu...Jordan Wiens
2019-01-17Update Linux install scripts.Brian Potchik
2019-01-09Fixed install_api.py for virtualenvJosh Watson
2018-11-29Updates for Python3 headless install.rmspeers
2018-11-26convert core_serial, version, build_id ando thers to methodsJordan Wiens
2018-07-10Various Python 3 support changesKyleMiles
2017-05-23update install_api to use user directories by defaultJordan Wiens
2017-05-19add install_api script based on @withzombies scriptJordan Wiens