You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
536 B
21 lines
536 B
2 years ago
|
# Getting Started
|
||
|
|
||
|
## System Requirements
|
||
|
|
||
|
Python 3.6 or greater is required.
|
||
|
|
||
|
## Install
|
||
|
|
||
|
To install:
|
||
|
|
||
|
```bash
|
||
|
pip install python-scripttease;
|
||
|
```
|
||
|
|
||
|
## Configuration
|
||
|
|
||
2 years ago
|
See [Steps File](topics/steps-file.md) for creating a configuration file.
|
||
2 years ago
|
|
||
|
## FAQs
|
||
|
|
||
2 years ago
|
**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.
|