Skip to content

Commit b40f074

Browse files
authored
docs: Update instruction to include in Jupyter
1 parent 19b308b commit b40f074

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,8 @@ If the above method doesn't work you can also build and install freetype on your
7676
Add these lines to the first cell:
7777
```swift
7878
%install-swiftpm-flags -Xcc -isystem/usr/include/freetype2 -Xswiftc -lfreetype
79-
%install '.package(url: "https://github.com/KarthikRIyer/swiftplot", from: "1.0.0")' SwiftPlot
79+
%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
8081
```
8182
In order to display the generated plot in the notebook, add this line to a new cell:
8283
```swift

0 commit comments

Comments
 (0)