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 19b308b commit b40f074Copy full SHA for b40f074
README.md
@@ -76,7 +76,8 @@ If the above method doesn't work you can also build and install freetype on your
76
Add these lines to the first cell:
77
```swift
78
%install-swiftpm-flags -Xcc -isystem/usr/include/freetype2 -Xswiftc -lfreetype
79
-%install '.package(url: "https://github.com/KarthikRIyer/swiftplot", from: "1.0.0")' SwiftPlot
+%install '.package(url: "https://github.com/IBM-Swift/BlueCryptor.git", from: "1.0.28")' Cryptor
80
+%install '.package(url: "https://github.com/KarthikRIyer/swiftplot", .branch("master"))' SwiftPlot AGGRenderer
81
```
82
In order to display the generated plot in the notebook, add this line to a new cell:
83
0 commit comments