From 8e4092e6602fad475a6386f41436f6971ee5d9f3 Mon Sep 17 00:00:00 2001 From: mtfishman Date: Wed, 27 Nov 2024 19:11:53 -0500 Subject: [PATCH] Fix installation instructions --- README.md | 6 +++++- examples/README.jl | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 97eb042..020fdf6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,11 @@ tensors and allocating as little data as possible. ```julia julia> using Pkg: Pkg -julia> Pkg.add("https://github.com/ITensor/UnallocatedArrays.jl") +julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl") + +julia> Pkg.add(url="https://github.com/ITensor/UnspecifiedTypes.jl") + +julia> Pkg.add(url="https://github.com/ITensor/UnallocatedArrays.jl") ``` ## Examples diff --git a/examples/README.jl b/examples/README.jl index 40cf4b3..45529d9 100644 --- a/examples/README.jl +++ b/examples/README.jl @@ -16,7 +16,11 @@ ```julia julia> using Pkg: Pkg -julia> Pkg.add("https://github.com/ITensor/UnallocatedArrays.jl") +julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl") + +julia> Pkg.add(url="https://github.com/ITensor/UnspecifiedTypes.jl") + +julia> Pkg.add(url="https://github.com/ITensor/UnallocatedArrays.jl") ``` =#