kiteco-public/kite-python/kite_emr
2021-12-31 23:54:19 -08:00
..
bin Contents — happy new year everyone 2021-12-31 23:54:19 -08:00
kite Contents — happy new year everyone 2021-12-31 23:54:19 -08:00
README.md Contents — happy new year everyone 2021-12-31 23:54:19 -08:00
requirements.txt Contents — happy new year everyone 2021-12-31 23:54:19 -08:00
setup.py Contents — happy new year everyone 2021-12-31 23:54:19 -08:00

General

This directory contains a basic binary and package for interacting with the amazon emr api programatically.

Setup

  • Create a virtualenv
  • Install packages in requirements.txt via pip
  • Install kite
$ virtualenv -p python2.7 env     # Create virtualenv
$ source env/bin/activate         # Activate virutalenv
$ pip install -r requirements.txt # Install third party dependencies in the virtualenv
$ ./setup.py install              # Install the kite module in the virtualenv