From 448fdaecbd64260d51b06c6c96f727a30fc3529d Mon Sep 17 00:00:00 2001 From: Thomas Breloff Date: Mon, 14 Sep 2015 00:45:55 -0400 Subject: [PATCH] readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4289beec..0c3f151c 100644 --- a/README.md +++ b/README.md @@ -26,10 +26,10 @@ Pkg.clone("https://github.com/tbreloff/Plots.jl.git") then get any plotting packages you need (obviously, you should get at least one backend): ```julia -Pkg.add("Gadfly") # [optional] -Pkg.clone("https://github.com/tbreloff/Qwt.jl.git") # [optional] requires pyqt and pyqwt -Pkg.add("UnicodePlots") # [optional] -Pkg.add("PyPlot") # [optional] requires python and matplotlib +Pkg.add("Gadfly") +Pkg.clone("https://github.com/tbreloff/Qwt.jl.git") # requires pyqt and pyqwt +Pkg.add("UnicodePlots") +Pkg.add("PyPlot") # requires python and matplotlib ``` ## Use