From aae8fda11dafdd96298884962e790d10bd0104d0 Mon Sep 17 00:00:00 2001 From: sha174n <105581038+sha174n@users.noreply.github.com> Date: Mon, 13 Jan 2025 10:22:53 +0000 Subject: [PATCH] docs: improve dev python environment install (#31787) Co-authored-by: Michael S. Molina <70410625+michael-s-molina@users.noreply.github.com> --- docs/docs/contributing/development.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/docs/contributing/development.mdx b/docs/docs/contributing/development.mdx index f7925ff73..56ff00153 100644 --- a/docs/docs/contributing/development.mdx +++ b/docs/docs/contributing/development.mdx @@ -122,7 +122,8 @@ instance, but many people like to run that tooling from their host. Assuming you already have a way to setup your python environments like `pyenv`, `virtualenv` or something else, all you should have to -do is to install our dev, pinned python requirements bundle +do is to install our dev, pinned python requirements bundle, after installing +the prerequisites mentioned in [OS Dependencies](https://superset.apache.org/docs/installation/pypi/#os-dependencies) ```bash pip install -r requirements/development.txt