Skip to content

Commit

Permalink
docs: pull delta from conda not pip (delta-io#2535)
Browse files Browse the repository at this point in the history
This PR updates the conda install .yml file to pull deltalake from
conda-forge instead of pip. Mixing pip and conda is not recommended when
it can be avoided.
  • Loading branch information
avriiil authored May 28, 2024
1 parent 2ac0212 commit 752eef5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions docs/usage/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The `deltalake` project can be installed via pip for Python or Cargo for Rust.

With pip:

``` bash
```bash
pip install deltalake
```

Expand All @@ -20,7 +20,7 @@ conda install -c conda-forge deltalake

With Cargo:

``` bash
```bash
cargo add deltalake
```

Expand All @@ -41,9 +41,7 @@ dependencies:
- pandas
- polars
- jupyterlab
- pip
- pip:
- deltalake
- deltalake
```
Create a virtual environment with the dependencies:
Expand Down

0 comments on commit 752eef5

Please sign in to comment.