From e63b07d9a5c062a58f9e52c3b8240c7b91303fc6 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 27 Nov 2024 17:53:44 -0500 Subject: [PATCH] Fix installation instructions --- README.md | 8 +++++++- examples/README.jl | 8 +++++++- 2 files changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2f2f208..6d3d0c9 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,13 @@ ```julia julia> using Pkg: Pkg -julia> Pkg.add("https://github.com/ITensor/SparseArraysBase.jl") +julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl") + +julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl") + +julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl") + +julia> Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl") ``` ## Examples diff --git a/examples/README.jl b/examples/README.jl index dfda702..0385139 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -13,7 +13,13 @@ ```julia julia> using Pkg: Pkg -julia> Pkg.add("https://github.com/ITensor/SparseArraysBase.jl") +julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl") + +julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl") + +julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl") + +julia> Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl") ``` =#