This commit is contained in:
Thomas Breloff 2015-09-10 13:44:59 -04:00
parent 095d84352c
commit 8e88b5a890

View File

@ -9,7 +9,7 @@ Plotting interface and wrapper for several plotting packages.
First, clone the package, and get any plotting packages you need: First, clone the package, and get any plotting packages you need:
``` ```
Pkg.clone("https://github.com/JuliaPlot/Plots.jl.git") Pkg.clone("https://github.com/tbreloff/Plots.jl.git")
Pkg.clone("https://github.com/tbreloff/Qwt.jl.git") # [optional] requires pyqt and pyqwt Pkg.clone("https://github.com/tbreloff/Qwt.jl.git") # [optional] requires pyqt and pyqwt
Pkg.add("Gadfly") # [optional] Pkg.add("Gadfly") # [optional]
``` ```