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
5555Add the library to your projects dependencies in the Package.swift file as shown below.
5656``` swift
5757dependencies: [
58- .package (url : " https://github.com/KarthikRIyer/swiftplot.git" , . branch ( " master " )),
58+ .package (url : " https://github.com/KarthikRIyer/swiftplot.git" , from : " 2.0.0 " )),
5959 ],
6060```
6161
@@ -79,7 +79,7 @@ Add these lines to the first cell:
7979``` swift
8080% install- swiftpm- flags - Xcc - isystem/ usr/ include/ freetype2 - Xswiftc - lfreetype
8181% 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
8383```
8484In order to display the generated plot in the notebook, add this line to a new cell:
8585``` swift
You can’t perform that action at this time.
0 commit comments