-
-
Save ericlewis/61fdb57b1f15e1c1ee5387647193fe89 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export PATH="/opt/homebrew/bin:$PATH" | |
export CFLAGS="-I/opt/homebrew/opt/openssl/include" | |
export LDFLAGS="-L/opt/homebrew/opt/openssl/lib" | |
git clone https://github.com/bkerler/mtkclient | |
cd mtkclient | |
python3.9 -m venv mtk_venv | |
source mtk_venv/bin/activate | |
pip3 install --pre --no-binary capstone capstone | |
pip3 install PySide6 | |
pip3 install libusb | |
pip3 install -r requirements.txt | |
pip3 install . |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
or
python3 -m venv mtk_venv
if that doesn't work