You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Then, use `LocalRegistry.jl` to register the package. First, you should add `LocalRegistry.jl` in your global environment. Then, activate the package and call:
```julia
using LocalRegistry: LocalRegistry
LocalRegistry.register()
```
"""
end
so we don't have to repeat things and can just update them in one place.
The text was updated successfully, but these errors were encountered:
See the new instructions here: https://github.com/ITensor/ITensorRegistry?tab=readme-ov-file#registering-a-package
Maybe we should just link to those in
ITensorPkgSkeleton.jl/src/ITensorPkgSkeleton.jl
Lines 158 to 181 in 07abef5
The text was updated successfully, but these errors were encountered: