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 6fd4817 commit b54598cCopy full SHA for b54598c
README.md
@@ -34,7 +34,7 @@ print("Python Encoding: \(sys.getdefaultencoding().upper())")
34
Add the following dependency to your `Package.swift` manifest:
35
36
```swift
37
-.package(url: "https://github.com/pvieito/PythonKit.git", .branch("master")),
+.package(url: "https://github.com/pvieito/PythonKit.git", branch: "master"),
38
```
39
40
## Environment Variables
0 commit comments