How to install great-expectations/great_expectations. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
great-expectations/great_expectations Installation Guide
How to install great-expectations/great_expectations. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for great-expectations/great_expectations. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i great-expectations/great_expectationsor
Install via npx
npx @hexmos/ipm i great-expectations/great_expectationsPrerequisites
Python
languageVersion: >=3.10.0
pip
package_managerVersion: 20.x
virtualenv
build_toolVersion: 19.x
Manual Installation Methods
Manual installation instructions. How to install from GitHub source.
Package Manager (pip)
pip install great_expectationsPost Installation Steps
- Start the server using `python -m great_expectations.server`.
- Run database migrations using `great_expectations db migrate`.
