We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a6a6c8 commit c7fc345Copy full SHA for c7fc345
pythonforandroid/toolchain.py
@@ -67,6 +67,9 @@
67
68
IS_PY3 = sys.version_info[0] >= 3
69
70
+info(Style.BRIGHT + Fore.RED + 'This python-for-android revamp is an experimental alpha release!' + Style.RESET_ALL)
71
+info(Fore.RED + 'It should work (mostly), but you may experience missing features or bugs.' + Style.RESET_ALL)
72
+info(Fore.RED + 'See http://inclem.net/files/p4a_revamp_doc/index.html for the current (WIP) documentation.' + Style.RESET_ALL)
73
74
75
def info_main(*args):
0 commit comments