We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11fe453 commit 9bc0c91Copy full SHA for 9bc0c91
Scripts/toolchain.sh
@@ -0,0 +1,10 @@
1
+git clone --depth 1 https://github.com/kewlbear/kivy-ios.git
2
+cd kivy-ios
3
+
4
+python3 -m venv venv
5
+. venv/bin/activate
6
7
+pip install -e .
8
+pip install cython
9
10
+python toolchain.py build python3
0 commit comments