From e775166f2ac86d430231c63427f83c99acb61a85 Mon Sep 17 00:00:00 2001 From: Paul Wildenhain Date: Wed, 3 Aug 2022 16:31:58 -0400 Subject: [PATCH] :memo: Update docs for pandas optional dep Fixes #235 --- README.md | 2 +- docs/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6d8afa9..e903bb5f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ $ pip install PyCap If you want to load REDCap data into [`pandas`](https://pandas.pydata.org/) dataframes, this will make sure you have `pandas` installed ```sh -$ pip install PyCap[pandas] +$ pip install PyCap[all] ``` To install the bleeding edge version from the github repo, use the following diff --git a/docs/index.md b/docs/index.md index 8db41365..ab5945e8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -13,7 +13,7 @@ $ pip install PyCap If you want to load REDCap data into [`pandas`](https://pandas.pydata.org/) dataframes, this will make sure you have `pandas` installed ```sh -$ pip install PyCap[pandas] +$ pip install PyCap[all] ``` To install the bleeding edge version from the github repo, use the following