Hi,
I want to install a package from a github branch, specifically,
https://github.com/johnmyleswhite/SQLite.jl/tree/jmw . I tried the
following command
Pkg.clone("https://github.com/johnmyleswhite/SQLite.jl.git", "jmw")
INFO: Cloning jmw from https://github.com/johnmyleswhite/SQLite.jl.git
INFO: Computing changes...
INFO: No packages to install, update or remove.
Julia is not able to install the package. Is it possible to locally
checkout the code and install from source?
Thank you.
Regards,
Sharmila