From 872b21179626d7b5dcf5a563a5d7dc748d21fa1b Mon Sep 17 00:00:00 2001 From: Philip Swannell <18028484+PGS62@users.noreply.github.com> Date: Wed, 15 Dec 2021 16:22:46 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7ce058d..d1bba89 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Support Excel for Windows (not Mac). Julia can be run under Windows or Linux (vi Installation does not require admin rights on the PC. * Both Julia and Microsoft Office must be installed on your PC, with Excel not running. * Launch Julia, and copy-paste the following command into the REPL: - `using Pkg; Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="0.2.4");using JuliaExcel;JuliaExcel.installme()` + `using Pkg; Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",version="0.2");using JuliaExcel;JuliaExcel.installme()` (paste into the REPL is via mouse right-click). * Click through a couple of dialogs. * Launch Excel. Check that the JuliaExcel functions are available by typing `=Julia` into a worksheet cell and checking that the auto-complete offers `JuliaCall`, `JuliaEval`, `JuliaInclude` etc. @@ -38,7 +38,7 @@ As an alternative to calling Julia running in a Windows process, JuliaExcel can * If necessary, install [WSL](https://docs.microsoft.com/en-us/windows/wsl/install) with the default Linux distribution, Ubuntu. * Install Julia under WSL, as explained [here](https://ferrolho.github.io/blog/2019-01-26/how-to-install-julia-on-ubuntu). The last step in these instructions, to create a symbolic link to `julia` inside the `/usr/local/bin` folder is necessary. * At the Julia prompt (under WSL) install JuliaExcel by copy-pasting - `using Pkg; Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",rev="0.2.4")` into the REPL. + `using Pkg; Pkg.add(url="https://github.com/PGS62/JuliaExcel.jl",version="0.2")` into the REPL. ## Functions JuliaExcel makes the following functions available from Excel worksheets and from VBA: