Installation
Installation
Currently only installation via pip is supported.
Requirements
The host taskcat is run on requires access to an AWS account, this can be done by any of the following mechanisms:
- Environment variables
- Shared credential file (~/.aws/credentials)
- AWS config file (~/.aws/config)
- Assume Role provider
- Boto2 config file (/etc/boto.cfg and ~/.boto)
- Instance metadata service on an Amazon EC2 instance that has an IAM role configured.
for more info see the boto3 credential configuration documentation.
Note
docker is only required if building lambda functions using a Dockerfile
Installing via pip3
pip3 install taskcat
Installing via pip3 --user
will install taskcat into homedir, useful if you get permissions errors with the regular method
pip3 install taskcat --user
Note
The user install dir is platform specific
On Mac:
~/Library/Python/3.x/bin/taskcat
On Linux:
~/.local/bin
Warning
Be sure to add the python bin dir to your $PATH
Windows
Taskcat on Windows is not supported.
If you are running Windows 10 we recommend that you install Windows Subsystem for Linux (WSL) and then install taskcat inside the WSL environment. For details, see Install and configure TaskCat on Microsoft Windows 10.