From 0cb870a0b9ceae983e4dec067c2813579a5cef48 Mon Sep 17 00:00:00 2001 From: Guillaume Leclerc Date: Fri, 2 Apr 2021 17:01:59 -0400 Subject: [PATCH] Add pip --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a98dc5c..d5e3f41 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The goal of this library is to enable easy configuration of large code bases wit ### Install -1. Github: `pip install git+https://github.com/GuillaumeLeclerc/fastargs.git ` -2. PIP (available soon): `pip install fastargs` +1. PIP: `pip install fastargs` +2. Github: `pip install git+https://github.com/GuillaumeLeclerc/fastargs.git ` ### Declare the arguments