diff --git a/README.md b/README.md index 6ed758e..bbfd487 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,17 @@ The Climate-Aware Task Scheduler is a lightweight Python package designed to sch Install via `pip` as follows: +```bash +pip install climate-aware-task-scheduler +``` + +To install the development version: + ```bash pip install git+https://github.com/GreenScheduler/cats ``` + ## Documentation Documentation is available at [greenscheduler.github.io/cats/](https://greenscheduler.github.io/cats/).