Update Windows instruction for Python

This commit is contained in:
topjohnwu 2020-04-03 16:52:28 -07:00
parent 67d746a62c
commit 9317401d57

View File

@ -51,7 +51,7 @@ For Magisk Manager crashes, record and upload the logcat when the crash occurs.
- Magisk builds on any OS Android Studio supports. Install Android Studio and do the initial setups.
- Clone sources: `git clone --recurse-submodules https://github.com/topjohnwu/Magisk.git`
- Install Python 3.6+. For Windows only, install Colorama with `pip install colorama` in admin shell.
- Install Python 3.6+. For Windows, select 'Add Python to PATH' in installer, and run `pip install colorama` after install.
- Configure to use the JDK bundled in Android Studio:
- macOS: `export JAVA_HOME="/Applications/Android Studio.app/Contents/jre/jdk/Contents/Home"`
- Linux: `export PATH="/path/to/androidstudio/jre/bin:$PATH"`