Add pandas package to readme notes

This commit is contained in:
Dan Nemec
2020-12-17 00:32:05 -06:00
parent fea4c07659
commit 8e4e3d511b

View File

@@ -2,7 +2,7 @@
## Prerequisites
This Python application requires `requests` and `numpy` to be properly installed. This can be done with `pip3 install requests numpy`.
This Python application requires `requests`, `numpy`, and `pandas` to be properly installed. This can be done with `pip3 install requests numpy pandas`.
## Example usage