Skip to content

Commit

Permalink
remove PiPI instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
alamb committed Apr 16, 2024
1 parent b98fa5e commit d4ab560
Showing 1 changed file with 0 additions and 28 deletions.
28 changes: 0 additions & 28 deletions docs/source/user-guide/cli/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,34 +45,6 @@ brew install datafusion
# ==> Running `brew cleanup datafusion`...
```

## Install and run using PyPI

`datafusion-cli` can also be installed via PyPI like this:

[pypi]: https://pip.pypa.io/en/latest/installation/

```bash
pip3 install datafusion
# Defaulting to user installation because normal site-packages is not writeable
# Collecting datafusion
# Downloading datafusion-33.0.0-cp38-abi3-macosx_11_0_arm64.whl.metadata (9.6 kB)
# Collecting pyarrow>=11.0.0 (from datafusion)
# Downloading pyarrow-14.0.1-cp39-cp39-macosx_11_0_arm64.whl.metadata (3.0 kB)
# Requirement already satisfied: numpy>=1.16.6 in /Users/Library/Python/3.9/lib/python/site-packages (from pyarrow>=11.0.0->datafusion) (1.23.4)
# Downloading datafusion-33.0.0-cp38-abi3-macosx_11_0_arm64.whl (13.5 MB)
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.5/13.5 MB 3.6 MB/s eta 0:00:00
# Downloading pyarrow-14.0.1-cp39-cp39-macosx_11_0_arm64.whl (24.0 MB)
# ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 24.0/24.0 MB 36.4 MB/s eta 0:00:00
# Installing collected packages: pyarrow, datafusion
# Attempting uninstall: pyarrow
# Found existing installation: pyarrow 10.0.1
# Uninstalling pyarrow-10.0.1:
# Successfully uninstalled pyarrow-10.0.1
# Successfully installed datafusion-33.0.0 pyarrow-14.0.1

datafusion-cli
```

## Run using Docker

There is no officially published Docker image for the DataFusion CLI, so it is necessary to build from source
Expand Down

0 comments on commit d4ab560

Please sign in to comment.