Skip to content

Commit

Permalink
📝 Update docs for pandas optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pwildenhain committed Aug 3, 2022
1 parent 4b20c2c commit e775166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e775166

Please sign in to comment.