We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 626c66f commit e84b799Copy full SHA for e84b799
README.md
@@ -12,16 +12,13 @@
12
This package resides in the `ITensor/ITensorRegistry` local registry.
13
In order to install, simply add that registry through your package manager.
14
This step is only required once.
15
-
16
```julia
17
julia> using Pkg: Pkg
18
19
julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry")
20
```
21
22
Then, the package can be added as usual through the package manager:
23
24
25
26
julia> Pkg.add("FusionTensors")
27
0 commit comments