File tree Expand file tree Collapse file tree 2 files changed +14
-2
lines changed
Expand file tree Collapse file tree 2 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1212``` julia
1313julia> using Pkg: Pkg
1414
15- julia> Pkg. add (" https://github.com/ITensor/SparseArraysBase.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" )
1622```
1723
1824## Examples
Original file line number Diff line number Diff line change 1313```julia
1414julia> using Pkg: Pkg
1515
16- julia> Pkg.add("https://github.com/ITensor/SparseArraysBase.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")
1723```
1824=#
1925
You can’t perform that action at this time.
0 commit comments