From b4e4b0db26b1eb6d9ed079c76b549b393f6fd29e Mon Sep 17 00:00:00 2001 From: t-bltg Date: Tue, 12 Nov 2024 13:22:36 +0100 Subject: [PATCH] fix typo --- docs/src/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/install.md b/docs/src/install.md index d284a3fd3..c21118d1d 100644 --- a/docs/src/install.md +++ b/docs/src/install.md @@ -7,7 +7,7 @@ First, add the package: import Pkg Pkg.add("Plots") # ≡ `PlotsBase` + `GR` backend -Pkg.add("PlotBase", "PythonPlot") # `PlotsBase` + `PythonPlot` backend, avoids installaing the `GR` backend +Pkg.add("PlotBase", "PythonPlot") # `PlotsBase` + `PythonPlot` backend, avoids installing the `GR` backend # if you want the latest features: Pkg.pkg"add Plots#master"