How to install Great Expectations locally
This guide will help you Install Great Expectations locally for use with Python
#
Steps#
1. Install required dependenciesFirst, check that you have python3 with pip installed
python --version# or if multiple versions of Python installedpython3 --versionpython3 -m pip --version
#
2. Install Great Expectationspip install great_expectationsgreat_expectations --version
To configure your Data Context, please look at How to configure a new data context with the cli
ππ Congratulations! ππ You successfully installed Great Expectations.