32 lines
594 B
Julia
32 lines
594 B
Julia
Pkg.clone("ImageMagick")
|
|
Pkg.build("ImageMagick")
|
|
|
|
Pkg.clone("GR")
|
|
Pkg.build("GR")
|
|
|
|
Pkg.clone("https://github.com/JuliaPlots/PlotReferenceImages.jl.git")
|
|
|
|
# Pkg.clone("https://github.com/JuliaStats/KernelDensity.jl.git")
|
|
|
|
Pkg.clone("StatPlots")
|
|
Pkg.checkout("PlotUtils")
|
|
|
|
Pkg.clone("Blink")
|
|
Pkg.build("Blink")
|
|
using Blink
|
|
Blink.AtomShell.install()
|
|
Pkg.add("Rsvg")
|
|
Pkg.clone("PlotlyJS")
|
|
|
|
# Pkg.checkout("RecipesBase")
|
|
# Pkg.clone("VisualRegressionTests")
|
|
|
|
# need this to use Conda
|
|
ENV["PYTHON"] = ""
|
|
Pkg.add("PyPlot")
|
|
Pkg.build("PyPlot")
|
|
|
|
Pkg.add("InspectDR")
|
|
|
|
Pkg.test("Plots"; coverage=false)
|