From 48dca6436dde2cefec8de89eea72c2350d70ae87 Mon Sep 17 00:00:00 2001 From: Wonseok Yang Date: Thu, 2 Jul 2026 13:11:11 +0900 Subject: [PATCH] docs: add missing cd step in contributor guide bootstrap --- docs/source/contributor-guide/introduction.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/contributor-guide/introduction.md b/docs/source/contributor-guide/introduction.md index 683b27bf2..8f171c22e 100644 --- a/docs/source/contributor-guide/introduction.md +++ b/docs/source/contributor-guide/introduction.md @@ -47,6 +47,8 @@ Bootstrap: ```shell # fetch this repo git clone git@github.com:apache/datafusion-python.git +# cd to the repo root +cd datafusion-python/ # create the virtual environment uv sync --dev --no-install-package datafusion # activate the environment