Installation
Installation
You can install dill into your project using your favorite package manager.
For use as a CI/CD/dev tool
If you’re using dill for CI/CD purposes, then you probably want to install dill as a dev dependency only.
For use in your own program
If you want to use dill’s API or use it in your own oclif CLI, then you should install it as a production dependency.
Or install it globally
You can also install dill globally if you prefer.