I was adding this package:
using Pkg
Pkg.add(PackageSpec(url="https://github.com/luchr/ComplexPortraits.jl", rev="master"))
it is cloning the github and build it and precompile it.
If I download a package (any Julia package form github) in zip, how to add it, precompile and build ?
For example this DynamicalSystems:
can I just download from the github and do some commands to make it build and precompile based on the zip that I downloaded? Do I need to download the dependencies packages related to DynamicalSystems too?