Skip to content

Commit

Permalink
Adding some requisites to the README file, necessary for deployment o…
Browse files Browse the repository at this point in the history
…n plain vanilla Amazon Linux on EC2, for instance.
  • Loading branch information
glez-aws committed Jul 26, 2017
1 parent b903c7c commit e68fac6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ and an AWS account that is configured on your system to be ready to use with the

## How to install

> sudo yum install -y gcc libffi-devel openssl-devel # Make sure some prerequisites are installed.
> virtualenv env # Create a Python virtual environment.
> cd env; . ./bin/activate # Activate the Python virtual environment.
> git clone https://github.com/awslabs/sync-buckets-state-machine # Clone the software from this Git repository.
Expand Down

0 comments on commit e68fac6

Please sign in to comment.