Installation Instructions
To install Prompt Sentinel, you can use pip, the Python package manager. Ensure that you have Python 3.7 or higher installed on your system.
pip install prompt-sentinel
This command will download and install the latest version of Prompt Sentinel from the Python Package Index (PyPI). If you prefer, you can also include it as a dependency in your project’s requirements.txt
file.