From b26a8cf8c486d46bf613fbe5b0d4309414838a46 Mon Sep 17 00:00:00 2001 From: Ben Cotton Date: Sat, 10 Oct 2015 16:52:36 -0400 Subject: [PATCH] Add requirements to the README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ad0103..ceb82e7 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,8 @@ To run, please type python run_sharppy.py XXX -where XXX is the 3 letter identifier of the US Sounding site you wish to view. This script will plot the current sounding using data from the Storm Prediction Center's website. \ No newline at end of file +where XXX is the 3 letter identifier of the US Sounding site you wish to view. This script will plot the current sounding using data from the Storm Prediction Center's website. + +Requirements +============ +SHARPpy requires the Python numpy and TKinter packages.