This is a private registry of projects by itsdfish.
To use this registry, paste the following into the REPL:
using Pkg
pkg"registry add https://github.com/itsdfish/Registry.jl"
Once you have installed the registry, installing packages works the same way as the General registry in Julia. Enter the package mode with ]
and type:
add SocialSamplingTheory
or add
followed by the name of the package you would like to install.
For more information on registries, see LocalRegistry.jl