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 f2c9154 commit 46910c3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,17 @@
```julia
julia> using Pkg: Pkg

julia> Pkg.add("https://github.com/ITensor/NamedDimsArrays.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")

julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")

julia> Pkg.add(url="https://github.com/ITensor/NamedDimsArrays.jl")
```

## Examples
Expand Down
12 changes: 11 additions & 1 deletion examples/README.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,17 @@
```julia
julia> using Pkg: Pkg
julia> Pkg.add("https://github.com/ITensor/NamedDimsArrays.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")
julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
julia> Pkg.add(url="https://github.com/ITensor/NamedDimsArrays.jl")
```
=#

Expand Down

0 comments on commit 46910c3

Please sign in to comment.