Hi, I’m newbie to Julia, i have use Reel.jl package for animation. The GitHub Reference code i have used. it’s create images default in text/html format. But unfortunately ffmpeg doesn’t support html to GIF format but its support image to GIF format. so i have plan to modify the package, it’s shows
ERROR: LoadError: importing Reel into Main conflicts with an existing identifier
how to update or modify the code and update package locally?
how to Remove full dependencies in particular package?
Kindly share the solution
Aha! i think yu need to use the ‘development’ option in Pkg.
You can add a package and have the source code cloned from git.
Then you can rebuild the package locally.