aequitas
aequitas copied to clipboard
split out "extra" installation requirements
A basic installation of the aequitas
distribution should only satisfy the requirements of the aequitas
package:
pip install aequitas
Having done the above, import aequitas_cli
should raise an ImportError
(either because the package is not installed or because it raises this error due to unsatisfied dependencies).
To install the CLI, (etc.):
pip install aequitas[cli]