Skip to content

Commit

Permalink
Add conda installation instructions to README (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesbluca authored Aug 17, 2023
1 parent f16c4f3 commit 865e6d0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ Reading and writing to Delta Lake using Dask engine.

### Installation

To install the package:
`dask-deltatable` is available on PyPI:

```
pip install dask-deltatable
```

And conda-forge:

```
conda install -c conda-forge dask-deltatable
```

### Features:

1. Read the parquet files from Delta Lake and parallelize with Dask
Expand Down

0 comments on commit 865e6d0

Please sign in to comment.