Skip to content

Commit 2126c98

Browse files
committed
Fix installation instructions
1 parent 3c467e3 commit 2126c98

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

README.md

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

15-
julia> Pkg.add("https://github.com/ITensor/SymmetrySectors.jl")
15+
julia> Pkg.add(url="https://github.com/ITensor/LabelledNumbers.jl")
16+
17+
julia> Pkg.add(url="https://github.com/ITensor/GradedUnitRanges.jl")
18+
19+
julia> Pkg.add(url="https://github.com/ITensor/SymmetrySectors.jl")
1620
```
1721

1822
## Examples

examples/README.jl

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,11 @@
1313
```julia
1414
julia> using Pkg: Pkg
1515
16-
julia> Pkg.add("https://github.com/ITensor/SymmetrySectors.jl")
16+
julia> Pkg.add(url="https://github.com/ITensor/LabelledNumbers.jl")
17+
18+
julia> Pkg.add(url="https://github.com/ITensor/GradedUnitRanges.jl")
19+
20+
julia> Pkg.add(url="https://github.com/ITensor/SymmetrySectors.jl")
1721
```
1822
=#
1923

0 commit comments

Comments
 (0)