From 0ee680f0cf56602701ebf8383fcaabca5b83c984 Mon Sep 17 00:00:00 2001 From: Brandon Stafford Date: Mon, 20 Sep 2021 17:28:00 -0400 Subject: [PATCH] Update development-notes.md --- development-notes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/development-notes.md b/development-notes.md index d74ecfc..d85b297 100644 --- a/development-notes.md +++ b/development-notes.md @@ -7,7 +7,7 @@ I'm happy to receive patches to Pysolar. Please make sure that your patch does n (These notes are just to remind Brandon how releases worked the last time he released a new version of Pysolar.) 1. Patch, test, patch, test, until it works right. Test includes running test/testsolar.py and the validation suite. -2. To run the validation suite, install Jupyter Notebook and Matplotlib. Then run each cell of `test/validation.ipynb`. +2. To run the validation suite, install Jupyter Notebook, Matplotlib, and Pandas. Then run each cell of `test/validation.ipynb`. 3. Commit and push to Github. 4. Update the version number in setup.py. 5. Update contributors.markdown if needed.