File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ The resultant images are stored in a directory named `output`. The `Tests` fold
55
55
Add the library to your projects dependencies in the Package.swift file as shown below.
56
56
``` swift
57
57
dependencies: [
58
- .package (url : " https://github.com/KarthikRIyer/swiftplot.git" , . branch ( " master " )),
58
+ .package (url : " https://github.com/KarthikRIyer/swiftplot.git" , from : " 2.0.0 " )),
59
59
],
60
60
```
61
61
@@ -79,7 +79,7 @@ Add these lines to the first cell:
79
79
``` swift
80
80
% install- swiftpm- flags - Xcc - isystem/ usr/ include/ freetype2 - Xswiftc - lfreetype
81
81
% install '.package (url : " https://github.com/IBM-Swift/BlueCryptor.git" , from : " 1.0.28" )' Cryptor
82
- % install '.package (url : " https://github.com/KarthikRIyer/swiftplot" , . branch ( " master " ) )' SwiftPlot AGGRenderer
82
+ % install '.package (url : " https://github.com/KarthikRIyer/swiftplot" , from : " 2.0.0 " )' SwiftPlot AGGRenderer
83
83
```
84
84
In order to display the generated plot in the notebook, add this line to a new cell:
85
85
``` swift
You can’t perform that action at this time.
0 commit comments