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