Skip to content

Commit

Permalink
add pre-reqs to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitri Zimin(e) authored Mar 11, 2019
1 parent 61e901c commit c9c1123
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,15 @@ This codifies [AWS ML inference tutorial](https://docs.aws.amazon.com/greengrass
* Instead of a camera, images are dropped to an `/images` folder in a VM. The ML inference Lambda function
uses access to local volume to read the images.

### Pre-requisits

* A computer with Linux/MacOS, Python, git (dah!)
* [Vagrant](https://www.vagrantup.com/docs/installation/) with [VirtualBox](https://www.virtualbox.org/wiki/Downloads)
* AWS CLI [installed](http://docs.aws.amazon.com/cli/latest/userguide/installing.html) and credentials
[configured](http://docs.aws.amazon.com/cli/latest/userguide/cli-chap-getting-started.html).
Consider using [named profiles](https://docs.aws.amazon.com/cli/latest/userguide/cli-multiple-profiles.html).

### How to run
The instructions below is a rough draft that gives direction and can work with the right amount of extra hacking.

> Read to the end before attempting to run.
Expand Down

0 comments on commit c9c1123

Please sign in to comment.