Installation
AutoCarver can be installed from PyPI.
Light install (recommended for production)
To install core features, use the following:
pip install autocarver
Unabling pretty printing (recommended for development)
To enable HTML outputs (nice colorful tables within jupyter), use the following:
pip install autocarver[jupyter]