Skip to content

Commit 63bb180

Browse files
committed
Fix installation instructions
1 parent bbc170a commit 63bb180

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,21 @@ A block sparse array type in Julia based on the [`BlockArrays.jl`](https://githu
1414
```julia
1515
julia> using Pkg: Pkg
1616

17-
julia> Pkg.add("https://github.com/ITensor/BlockSparseArrays.jl")
17+
julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl")
18+
19+
julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl")
20+
21+
julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
22+
23+
julia> Pkg.add(url="https://github.com/ITensor/LabelledNumbers.jl")
24+
25+
julia> Pkg.add(url="https://github.com/ITensor/GradedUnitRanges.jl")
26+
27+
julia> Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl")
28+
29+
julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
30+
31+
julia> Pkg.add(url="https://github.com/ITensor/BlockSparseArrays.jl")
1832
```
1933

2034
## Examples

examples/README.jl

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,21 @@
1515
```julia
1616
julia> using Pkg: Pkg
1717
18-
julia> Pkg.add("https://github.com/ITensor/BlockSparseArrays.jl")
18+
julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl")
19+
20+
julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl")
21+
22+
julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl")
23+
24+
julia> Pkg.add(url="https://github.com/ITensor/LabelledNumbers.jl")
25+
26+
julia> Pkg.add(url="https://github.com/ITensor/GradedUnitRanges.jl")
27+
28+
julia> Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl")
29+
30+
julia> Pkg.add(url="https://github.com/ITensor/TensorAlgebra.jl")
31+
32+
julia> Pkg.add(url="https://github.com/ITensor/BlockSparseArrays.jl")
1933
```
2034
=#
2135

0 commit comments

Comments
 (0)