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 c41c7f0 commit b76cd8fCopy full SHA for b76cd8f
README.md
@@ -227,6 +227,8 @@ and for `uv run` commands the additional parameter `--no-project`
227
```bash
228
# fetch this repo
229
git clone git@github.com:apache/datafusion-python.git
230
+# cd to the repo root
231
+cd datafusion-python/
232
# create the virtual enviornment
233
uv sync --dev --no-install-package datafusion
234
# activate the environment
@@ -238,6 +240,8 @@ Bootstrap (`pip`):
238
240
239
241
242
243
244
245
# prepare development environment (used to build wheel / install in development)
246
python3 -m venv .venv
247
# activate the venv
0 commit comments