Skip to content

Commit 11fe453

Browse files
committed
Merge branch 'kivy-ios' of https://github.com/kewlbear/Python-iOS into kivy-ios
2 parents 481168d + c32beff commit 11fe453

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,18 @@ This swift package enables you to use python modules in your iOS apps.
55
## Installation
66

77
```
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"))
99
```
1010

1111
## Usage
1212

13-
See https://github.com/kewlbear/PythonPlayground.
13+
```
14+
import PythonSupport
1415
15-
## Credits
16+
PythonSupport.initialize()
17+
```
1618

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.
1820

1921
## License
2022

0 commit comments

Comments
 (0)