You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/user-guide/cli.md
+31-1Lines changed: 31 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,9 @@ The easiest way to install DataFusion CLI a spin is via `cargo install datafusio
31
31
32
32
### Install and run using Homebrew (on MacOS)
33
33
34
-
DataFusion CLI can also be installed via Homebrew (on MacOS). Install it as any other pre-built software like this:
34
+
DataFusion CLI can also be installed via Homebrew (on MacOS). If you don't have Homebrew installed, you can check how to install it [here](https://docs.brew.sh/Installation).
35
+
36
+
Install it as any other pre-built software like this:
35
37
36
38
```bash
37
39
brew install datafusion
@@ -46,6 +48,34 @@ brew install datafusion
46
48
datafusion-cli
47
49
```
48
50
51
+
### Install and run using PyPI
52
+
53
+
DataFusion CLI can also be installed via PyPI. You can check how to install PyPI [here](https://pip.pypa.io/en/latest/installation/).
54
+
55
+
Install it as any other pre-built software like this:
56
+
57
+
```bash
58
+
pip3 install datafusion
59
+
# Defaulting to user installation because normal site-packages is not writeable
0 commit comments