Installation
Workstate is a CLI tool built with Python. You can install it using pip or by downloading the standalone binary.
Prerequisites
Section titled “Prerequisites”- Python: Version 3.10 or higher.
- AWS CLI: Configured with valid credentials.
Installation Methods
Section titled “Installation Methods”Via Pip (Recommended)
Section titled “Via Pip (Recommended)”pip install workstateFrom Source
Section titled “From Source”If you want the latest development version:
git clone https://github.com/mtpontes/workstate.gitcd workstatepip install -e .Verifying Installation
Section titled “Verifying Installation”After installing, run the following command to verify:
workstate --versionIf you see the version number, you are ready to go!