From 42efa108619bda9ae536fb215f9fa0e5038301c3 Mon Sep 17 00:00:00 2001 From: Jutho Date: Fri, 5 Oct 2018 17:21:30 +0200 Subject: [PATCH] update installation instructions --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cb8934c..da73f8a 100644 --- a/README.md +++ b/README.md @@ -10,10 +10,14 @@ Compute Wigner's 3j and 6j symbols, and related quantities such as Clebsch-Gordan coefficients and Racah's symbols. ## Requirements -Latest version is compatible with Julia v0.7- only, but older versions can be installed on Julia v0.6. +Latest version is compatible with Julia v0.7 only, but older versions can be installed on Julia v0.6. ## Installation -Install via `Pkg.add("WignerSymbols")`. +Install with the new package manager via `]add WignerSymbols` or +```julia +using Pkg +Pkg.add("WignerSymbols") +``` ## Available functions While the following function signatures are probably self-explanatory, you can query help for them in the Julia REPL to get further details.