22
33[ ![ Stable] ( https://img.shields.io/badge/docs-stable-blue.svg )] ( https://ITensor.github.io/UnallocatedArrays.jl/stable/ )
44[ ![ Dev] ( https://img.shields.io/badge/docs-dev-blue.svg )] ( https://ITensor.github.io/UnallocatedArrays.jl/dev/ )
5- [ ![ Build Status] ( https://github.com/ITensor/UnallocatedArrays.jl/actions/workflows/CI .yml/badge.svg?branch=main )] ( https://github.com/ITensor/UnallocatedArrays.jl/actions/workflows/CI .yml?query=branch%3Amain )
5+ [ ![ Build Status] ( https://github.com/ITensor/UnallocatedArrays.jl/actions/workflows/Tests .yml/badge.svg?branch=main )] ( https://github.com/ITensor/UnallocatedArrays.jl/actions/workflows/Tests .yml?query=branch%3Amain )
66[ ![ Coverage] ( https://codecov.io/gh/ITensor/UnallocatedArrays.jl/branch/main/graph/badge.svg )] ( https://codecov.io/gh/ITensor/UnallocatedArrays.jl )
77[ ![ Code Style: Blue] ( https://img.shields.io/badge/code%20style-blue-4495d1.svg )] ( https://github.com/invenia/BlueStyle )
88[ ![ Aqua] ( https://raw.githubusercontent.com/JuliaTesting/Aqua.jl/master/badge.svg )] ( https://github.com/JuliaTesting/Aqua.jl )
@@ -12,14 +12,24 @@ tensors and allocating as little data as possible.
1212
1313## Installation instructions
1414
15+ This package resides in the ` ITensor/ITensorRegistry ` local registry.
16+ In order to install, simply add that registry through your package manager.
17+ This step is only required once.
1518``` julia
1619julia> using Pkg: Pkg
1720
18- julia> Pkg. add (url= " https://github.com/ITensor/TypeParameterAccessors.jl" )
21+ julia> Pkg. Registry. add (url= " https://github.com/ITensor/ITensorRegistry" )
22+ ```
23+ or:
24+ ``` julia
25+ julia> Pkg. Registry. add (url= " git@github.com:ITensor/ITensorRegistry.git" )
26+ ```
27+ 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.
1928
20- julia > Pkg . add (url = " https://github.com/ITensor/UnspecifiedTypes.jl " )
29+ Then, the package can be added as usual through the package manager:
2130
22- julia> Pkg. add (url= " https://github.com/ITensor/UnallocatedArrays.jl" )
31+ ``` julia
32+ julia> Pkg. add (" UnallocatedArrays" )
2333```
2434
2535## Examples
0 commit comments