From 752eef51f6a4f6d52ee8a6f315cec11bb469741a Mon Sep 17 00:00:00 2001 From: Avril Aysha <68642378+avriiil@users.noreply.github.com> Date: Tue, 28 May 2024 16:28:33 +0100 Subject: [PATCH] docs: pull delta from conda not pip (#2535) 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. --- 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: