# Getting Started ## System Requirements Python 3.6 or greater is required. ## Install To install: ```bash pip install python-scripttease; ``` ## Configuration See [Steps File](topics/steps-file.md) for creating a configuration file. ## FAQs **Does Script Tease execute commands?** No. Script Tease generates statements that may be [saved to a file for examination and execution](how-to/create-executable-script.md). Or a [custom implementation](how-to/use-with-commonkit.md) may be created to execute the generated statements.