From 846bb0966fc4b413ea110f53f9c560d2c1274ebd Mon Sep 17 00:00:00 2001 From: Avril Aysha <68642378+avriiil@users.noreply.github.com> Date: Wed, 22 May 2024 10:44:35 +0100 Subject: [PATCH] pull delta from conda not pip --- docs/usage/installation.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/docs/usage/installation.md b/docs/usage/installation.md index ffd3ffcefb..78ff3d1f3f 100644 --- a/docs/usage/installation.md +++ b/docs/usage/installation.md @@ -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 ``` @@ -20,7 +20,7 @@ conda install -c conda-forge deltalake With Cargo: -``` bash +```bash cargo add deltalake ``` @@ -41,9 +41,7 @@ dependencies: - pandas - polars - jupyterlab - - pip - - pip: - - deltalake + - deltalake ``` Create a virtual environment with the dependencies: