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 27, 2024
1 parent bbc170a commit 63bb180
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,21 @@ A block sparse array type in Julia based on the [`BlockArrays.jl`](https://githu
```julia
julia> using Pkg: Pkg

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

julia> Pkg.add(url="https://github.com/ITensor/GradedUnitRanges.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/BlockSparseArrays.jl")
```

## Examples
Expand Down
16 changes: 15 additions & 1 deletion examples/README.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,21 @@
```julia
julia> using Pkg: Pkg
julia> Pkg.add("https://github.com/ITensor/BlockSparseArrays.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/LabelledNumbers.jl")
julia> Pkg.add(url="https://github.com/ITensor/GradedUnitRanges.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/BlockSparseArrays.jl")
```
=#

Expand Down

0 comments on commit 63bb180

Please sign in to comment.