Skip to content

Installation

Workstate is a CLI tool built with Python. You can install it using pip or by downloading the standalone binary.

  • Python: Version 3.10 or higher.
  • AWS CLI: Configured with valid credentials.
Terminal window
pip install workstate

If you want the latest development version:

Terminal window
git clone https://github.com/mtpontes/workstate.git
cd workstate
pip install -e .

After installing, run the following command to verify:

Terminal window
workstate --version

If you see the version number, you are ready to go!