Skip to content

Commit

Permalink
pull delta from conda not pip
Browse files Browse the repository at this point in the history
  • Loading branch information
avriiil authored and ion-elgreco committed May 27, 2024
1 parent e52bd29 commit 846bb09
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 846bb09

Please sign in to comment.