Skip to content

Commit

Permalink
Fix installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtfishman committed Nov 28, 2024
1 parent c124f86 commit 8e4092e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 5 additions & 1 deletion examples/README.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
```
=#

Expand Down

0 comments on commit 8e4092e

Please sign in to comment.