Skip to content

Commit

Permalink
docs: improve dev python environment install (#31787)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael S. Molina <[email protected]>
  • Loading branch information
sha174n and michael-s-molina authored Jan 13, 2025
1 parent bebcd3d commit aae8fda
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/docs/contributing/development.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aae8fda

Please sign in to comment.