Skip to content

Commit e84b799

Browse files
committed
run Literate
1 parent 626c66f commit e84b799

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,13 @@
1212
This package resides in the `ITensor/ITensorRegistry` local registry.
1313
In order to install, simply add that registry through your package manager.
1414
This step is only required once.
15-
1615
```julia
1716
julia> using Pkg: Pkg
1817

1918
julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry")
2019
```
21-
2220
Then, the package can be added as usual through the package manager:
2321

24-
2522
```julia
2623
julia> Pkg.add("FusionTensors")
2724
```

0 commit comments

Comments
 (0)