|
2 | 2 | # |
3 | 3 | # [](https://ITensor.github.io/SparseArraysBase.jl/stable/) |
4 | 4 | # [](https://ITensor.github.io/SparseArraysBase.jl/dev/) |
5 | | -# [](https://github.com/ITensor/SparseArraysBase.jl/actions/workflows/CI.yml?query=branch%3Amain) |
| 5 | +# [](https://github.com/ITensor/SparseArraysBase.jl/actions/workflows/Tests.yml?query=branch%3Amain) |
6 | 6 | # [](https://codecov.io/gh/ITensor/SparseArraysBase.jl) |
7 | 7 | # [](https://github.com/invenia/BlueStyle) |
8 | 8 | # [](https://github.com/JuliaTesting/Aqua.jl) |
9 | 9 |
|
10 | 10 | # ## Installation instructions |
11 | 11 |
|
| 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. |
12 | 15 | #= |
13 | 16 | ```julia |
14 | 17 | julia> using Pkg: Pkg |
15 | 18 |
|
16 | | -julia> Pkg.add(url="https://github.com/ITensor/BroadcastMapConversion.jl") |
17 | | -
|
18 | | -julia> Pkg.add(url="https://github.com/ITensor/NestedPermutedDimsArrays.jl") |
| 19 | +julia> Pkg.Registry.add(url="https://github.com/ITensor/ITensorRegistry") |
| 20 | +``` |
| 21 | +=# |
| 22 | +# or: |
| 23 | +#= |
| 24 | +```julia |
| 25 | +julia> Pkg.Registry.add(url="[email protected]:ITensor/ITensorRegistry.git") |
| 26 | +``` |
| 27 | +=# |
| 28 | +# if you want to use SSH credentials, which can make it so you don't have to enter your Github ursername and password when registering packages. |
19 | 29 |
|
20 | | -julia> Pkg.add(url="https://github.com/ITensor/TypeParameterAccessors.jl") |
| 30 | +# Then, the package can be added as usual through the package manager: |
21 | 31 |
|
22 | | -julia> Pkg.add(url="https://github.com/ITensor/SparseArraysBase.jl") |
| 32 | +#= |
| 33 | +```julia |
| 34 | +julia> Pkg.add("SparseArraysBase") |
23 | 35 | ``` |
24 | 36 | =# |
25 | 37 |
|
|
0 commit comments