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