File tree Expand file tree Collapse file tree 4 files changed +48
-21
lines changed Expand file tree Collapse file tree 4 files changed +48
-21
lines changed Original file line number Diff line number Diff line change 99
1010## Installation instructions
1111
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+
1216``` julia
1317julia> using Pkg: Pkg
1418
15- julia> Pkg. add (url= " https://github.com/ITensor/ITensorPkgSkeleton.jl " )
19+ julia> Pkg. Registry . add (url= " https://github.com/ITensor/ITensorRegistry " )
1620```
1721
18- ## Examples
22+ Then, the package can be added as usual through the package manager:
1923
20- ```` julia
21- using ITensorPkgSkeleton: ITensorPkgSkeleton
22- ````
23-
24- This step might be required to circumvent issues with
25- the version of git installed by ` Git.jl ` .
2624
27- ```` julia
28- ITensorPkgSkeleton . use_system_git! ( )
29- ````
25+ ``` julia
26+ julia > Pkg . add ( " ITensorPkgSkeleton " )
27+ ```
3028
31- If ` path ` isn't specified, it defaults to ` ~/.julia/dev ` .
29+ ## Examples
3230
3331```` julia
34- ITensorPkgSkeleton. generate ( " NewPkg " ; path = mktempdir ())
32+ using ITensorPkgSkeleton: ITensorPkgSkeleton
3533````
3634
35+ Examples go here.
36+
3737---
3838
3939* This page was generated using [ Literate.jl] ( https://github.com/fredrikekre/Literate.jl ) .*
Original file line number Diff line number Diff line change 99
1010# ## Installation instructions
1111
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.
1215#=
1316```julia
1417julia> using Pkg: Pkg
1518
16- julia> Pkg.add(url="https://github.com/ITensor/ITensorPkgSkeleton.jl")
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+ ```julia
26+ julia> Pkg.add("ITensorPkgSkeleton")
1727```
1828=#
1929
2030# ## Examples
2131
2232using ITensorPkgSkeleton: ITensorPkgSkeleton
23- # This step might be required to circumvent issues with
24- # the version of git installed by `Git.jl`.
25- ITensorPkgSkeleton. use_system_git! ()
26- # If `path` isn't specified, it defaults to `~/.julia/dev`.
27- ITensorPkgSkeleton. generate (" NewPkg" ; path= mktempdir ())
33+ # Examples go here.
Original file line number Diff line number Diff line change 99
1010## Installation instructions
1111
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+
1216``` julia
1317julia> using Pkg: Pkg
1418
15- julia> Pkg. add (url= " https://github.com/ITensor/{PKGNAME}.jl" )
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+ ``` julia
26+ julia> Pkg. add (" {PKGNAME}" )
1627```
1728
1829## Examples
Original file line number Diff line number Diff line change 99
1010# ## Installation instructions
1111
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.
1215#=
1316```julia
1417julia> using Pkg: Pkg
1518
16- julia> Pkg.add(url="https://github.com/ITensor/{PKGNAME}.jl")
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+ ```julia
26+ julia> Pkg.add("{PKGNAME}")
1727```
1828=#
1929
You can’t perform that action at this time.
0 commit comments