When you run pkl and is has to download dependencies it will save it in ~/.pkl/cache.
Maybe we want to store these dependencies in cache instead of re-downloading them all the time.
A cache key could be the PklProject file as this contains the dependencies property... 🤔
Additionally to the pkl-version of course.
When you run
pkland is has to download dependencies it will save it in~/.pkl/cache.Maybe we want to store these dependencies in cache instead of re-downloading them all the time.
A cache key could be the
PklProjectfile as this contains thedependenciesproperty... 🤔Additionally to the
pkl-versionof course.