From 1f28768de9f182be082242283de945d04fad7f1f Mon Sep 17 00:00:00 2001 From: Javier Salazar <17890441+jjaves@users.noreply.github.com> Date: Thu, 16 May 2024 13:32:10 -0700 Subject: [PATCH] chore: add github install option --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index f06d668..873815d 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,11 @@ dayforce-client is a python SDK for interfacing with the Dayforce REST API and S ```bash $ pip3 install dayforce-client ``` +or install the latest version directly + +```bash +$ pip install git+https://github.com/goodeggs/dayforce-client@2.0.1 +``` ## Basic Usage (Rest API)