We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4906d39 commit 3d9583cCopy full SHA for 3d9583c
1 file changed
docs/source/contributor-guide/introduction.md
@@ -47,6 +47,8 @@ Bootstrap:
47
```shell
48
# fetch this repo
49
git clone git@github.com:apache/datafusion-python.git
50
+# cd to the repo root
51
+cd datafusion-python/
52
# create the virtual environment
53
uv sync --dev --no-install-package datafusion
54
# activate the environment
@@ -64,7 +66,7 @@ Whenever rust code changes (your changes or via `git pull`):
64
66
65
67
68
# make sure you activate the venv using "source .venv/bin/activate" first
-maturin develop -uv
69
+maturin develop --uv
70
python -m pytest
71
```
72
0 commit comments