Using a manually downloaded package

I would recommend that you just do the following:

julia> import Pkg

julia> Pkg.add(url = "https://github.com/mpichl87/Touchstone.jl")

julia> import Touchstone
2 Likes