Skip to content

Commit b76cd8f

Browse files
authored
Update development guide in README.md (#1213)
Missing # cd to the repo root cd datafusion-python/
1 parent c41c7f0 commit b76cd8f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,8 @@ and for `uv run` commands the additional parameter `--no-project`
227227
```bash
228228
# fetch this repo
229229
git clone git@github.com:apache/datafusion-python.git
230+
# cd to the repo root
231+
cd datafusion-python/
230232
# create the virtual enviornment
231233
uv sync --dev --no-install-package datafusion
232234
# activate the environment
@@ -238,6 +240,8 @@ Bootstrap (`pip`):
238240
```bash
239241
# fetch this repo
240242
git clone git@github.com:apache/datafusion-python.git
243+
# cd to the repo root
244+
cd datafusion-python/
241245
# prepare development environment (used to build wheel / install in development)
242246
python3 -m venv .venv
243247
# activate the venv

0 commit comments

Comments
 (0)