Skip to content

Commit 46910c3

Browse files
committed
Fix installation instructions
1 parent f2c9154 commit 46910c3

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,17 @@
1212
```julia
1313
julia> using Pkg: Pkg
1414

15-
julia> Pkg.add("https://github.com/ITensor/NamedDimsArrays.jl")
15+
julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl")
16+
17+
julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl")
18+
19+
julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
20+
21+
julia> Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl")
22+
23+
julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
24+
25+
julia> Pkg.add(url="https://github.com/ITensor/NamedDimsArrays.jl")
1626
```
1727

1828
## Examples

examples/README.jl

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,17 @@
1313
```julia
1414
julia> using Pkg: Pkg
1515
16-
julia> Pkg.add("https://github.com/ITensor/NamedDimsArrays.jl")
16+
julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl")
17+
18+
julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl")
19+
20+
julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
21+
22+
julia> Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl")
23+
24+
julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
25+
26+
julia> Pkg.add(url="https://github.com/ITensor/NamedDimsArrays.jl")
1727
```
1828
=#
1929

0 commit comments

Comments
 (0)