Skip to content

Latest commit

 

History

History
48 lines (31 loc) · 613 Bytes

README.md

File metadata and controls

48 lines (31 loc) · 613 Bytes

Recaps

a software service for calculating working hours for a certain period.

Table of Contents

Installation

Clone the Repository

git clone <url>
cd recaps

Make recaps directory

cp -r recaps.example recaps

Activate environment

python3 -m venv venv
source venv/bin/activate

Download the packages

pip install -r requirements.txt

Usage

python main.py recaps/example.yaml

Final Notes

We hope you find this service helpful.

Thank you for using our service! 🚀