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 d5964d0 commit c32beffCopy full SHA for c32beff
README.md
@@ -5,16 +5,18 @@ This swift package enables you to use python modules in your iOS apps.
5
## Installation
6
7
```
8
-.package(url: "https://github.com/kewlbear/Python-iOS.git", from: "0.0.1")
+.package(url: "https://github.com/kewlbear/Python-iOS.git", .branch("kivy-ios"))
9
10
11
## Usage
12
13
-See https://github.com/kewlbear/PythonPlayground.
+```
14
+import PythonSupport
15
-## Credits
16
+PythonSupport.initialize()
17
18
-This package uses pre-built version of Python downloaded from https://github.com/beeware/Python-Apple-support.
19
+If you want to build XCFrameworks yourself, see https://github.com/kewlbear/kivy-ios.
20
21
## License
22
0 commit comments