Calling out AWS CLI dependencies

This commit is contained in:
Maciej Skierkowski 2017-12-08 15:57:39 -08:00
parent 9c90744d3e
commit e0d5e18450
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ The following example uses TeamCity and Amazon S3.
## Example: Uploading to S3 in a TeamCity Build
On the agent machine responsible for building images, install the [AWS Command Line Tool](https://aws.amazon.com/cli/). Since this is a one-time operation, this can be incorporated into the initial agent provisioning step when installing other dependencies.
On the agent machine responsible for building images, install the [AWS Command Line Tool](https://aws.amazon.com/cli/). Since this is a one-time operation, this can be incorporated into the initial agent provisioning step when installing other dependencies. The AWS Command Line tool may require installing additional [dependencies](http://docs.aws.amazon.com/cli/latest/userguide/installing.html) prior.
```shell
pip install awscli