On Thu, Jul 7, 2016 at 10:56 AM, Shyam Upadhyay <[email protected]> wrote: > I found a package on github that I installed as follows into Julia, > > Pkg.clone("https://github.com/sbos/AdaGram.jl.git") > Pkg.build("AdaGram") > > > Now I wanted to modify the package and see those changes. So, I cloned the > repo and made my changes in the code. I ran Pkg.build("AdaGram") again, but > my changes did not take effect.
Restart julia? > What am I doing wrong? I am totally new to Julia so it will be a great help.
