From 55a1bcd5521e9574f4402fb66d7826ec577c6826 Mon Sep 17 00:00:00 2001
From: Matthew Westphall <w.matthew.he@gmail.com>
Date: Thu, 22 Sep 2016 17:18:07 -0500
Subject: [PATCH] tested installer script locally

---
 .gitignore           | 1 +
 README.md            | 5 ++++-
 aeri_python_setup.sh | 3 +--
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/.gitignore b/.gitignore
index 9211b4d..f09c218 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 anaconda*.sh
+aeri_tools/
diff --git a/README.md b/README.md
index 8cda700..49b99ed 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,5 @@
 A bash script to install python and all packages necessary for
-AERI data analysis  
+AERI data analysis. To install, clone the directory, then run the
+command `bash aeri_python_setup.sh`. You will be stepped through
+the installation of Anaconda Python 3, and the python packages
+netCDF4, hdf5, dmv, and aeri_tools. 
diff --git a/aeri_python_setup.sh b/aeri_python_setup.sh
index 00e48e4..8070a5d 100644
--- a/aeri_python_setup.sh
+++ b/aeri_python_setup.sh
@@ -4,7 +4,6 @@ ANDACONDA_INSTALL=anaconda_install.sh
 platform='unknown'
 unamestr=`uname`
 dmv_install=dmv-0.9.8-cp35-cp35m-macosx_10_5_x86_64.whl
-
 if [[ "$unamestr" == 'Darwin' ]]; then
     conda_url=https://repo.continuum.io/archive/Anaconda3-4.1.1-MacOSX-x86_64.sh
 else
@@ -34,4 +33,4 @@ echo "Installing aeri_tools from gitlab..."
 git clone git@gitlab.ssec.wisc.edu:cphillips/aeri_tools.git
 cd aeri_tools
 python setup.py install
-
+cd ..
-- 
GitLab