A collection of classes and commands for automated command line scripting using Python.
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.

33 lines
456 B

4 years ago
.. _getting-started:
***************
Getting Started
***************
System Requirements
===================
4 years ago
Python 3.6 or greater is required.
4 years ago
Install
=======
4 years ago
To install:
4 years ago
4 years ago
.. code-block:: bash
4 years ago
4 years ago
pip install python-scripttease;
4 years ago
4 years ago
Configuration
=============
4 years ago
4 years ago
See :ref:`topics-configuration` for creating a command configuration file.
4 years ago
FAQs
====
Have a question? `Just ask`_!
4 years ago
.. _Just ask: https://develmaycare.com/contact/?product=Script%20Tease
4 years ago