This is an automated email from the ASF dual-hosted git repository.
dpgaspar pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
The following commit(s) were added to refs/heads/master by this push:
new aae8fda11d docs: improve dev python environment install (#31787)
aae8fda11d is described below
commit aae8fda11dafdd96298884962e790d10bd0104d0
Author: sha174n <[email protected]>
AuthorDate: Mon Jan 13 10:22:53 2025 +0000
docs: improve dev python environment install (#31787)
Co-authored-by: Michael S. Molina
<[email protected]>
---
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 f7925ff730..56ff001536 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