This is an automated email from the ASF dual-hosted git repository.

timsaucer pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-python.git


The following commit(s) were added to refs/heads/main by this push:
     new b76cd8fd Update development guide in README.md (#1213)
b76cd8fd is described below

commit b76cd8fdfce7346ff2c3755d76bb1cd6bd7dbfce
Author: Koustubh Rao <88176320+ykoustubh...@users.noreply.github.com>
AuthorDate: Fri Aug 29 07:15:41 2025 +0530

    Update development guide in README.md (#1213)
    
    Missing
    
    # cd to the repo root
    cd datafusion-python/
---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 5b7a4331..a9f03be8 100644
--- a/README.md
+++ b/README.md
@@ -227,6 +227,8 @@ and for `uv run` commands the additional parameter 
`--no-project`
 ```bash
 # fetch this repo
 git clone g...@github.com:apache/datafusion-python.git
+# cd to the repo root
+cd datafusion-python/
 # create the virtual enviornment
 uv sync --dev --no-install-package datafusion
 # activate the environment
@@ -238,6 +240,8 @@ Bootstrap (`pip`):
 ```bash
 # fetch this repo
 git clone g...@github.com:apache/datafusion-python.git
+# cd to the repo root
+cd datafusion-python/
 # prepare development environment (used to build wheel / install in 
development)
 python3 -m venv .venv
 # activate the venv


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@datafusion.apache.org
For additional commands, e-mail: commits-h...@datafusion.apache.org

Reply via email to