Last active
September 22, 2022 06:27
-
-
Save alx-xlx/12263a08a10b54ac8d5a1effd266b5f4 to your computer and use it in GitHub Desktop.
This file contains 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
## Install Packages | |
pkg upgrade -y | |
pkg install python -y | |
pkg install libxml2 libxslt -y | |
pkg install -y python ndk-sysroot clang make libjpeg-turbo -y | |
pkg install clang -y | |
## Install Libraries | |
pip install cython | |
pip install lxml | |
pip install --pre uiautomator2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment