Installation

Install the PromptScript language and Python package.


pip install

$ pip install promptscript==0.3.0

Verifying

To make sure PromptScript was installed correctly, you can run:

promptscript

Or:

python -m promptscript

If the installation was successful, running these commands should bring up the PromptScript CLI.