File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -5,16 +5,18 @@ This swift package enables you to use python modules in your iOS apps.
5
5
## Installation
6
6
7
7
```
8
- .package(url: "https://github.com/kewlbear/Python-iOS.git", from: "0.0.1" )
8
+ .package(url: "https://github.com/kewlbear/Python-iOS.git", .branch("kivy-ios") )
9
9
```
10
10
11
11
## Usage
12
12
13
- See https://github.com/kewlbear/PythonPlayground .
13
+ ```
14
+ import PythonSupport
14
15
15
- ## Credits
16
+ PythonSupport.initialize()
17
+ ```
16
18
17
- 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 .
18
20
19
21
## License
20
22
You can’t perform that action at this time.
0 commit comments