From 3504c094c4b2392c57788ffe6094b662dd7328ba Mon Sep 17 00:00:00 2001 From: Zaytsev Dmitriy Date: Tue, 24 Jul 2018 18:06:28 +0300 Subject: [PATCH] added pip installation to readme --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index bf55b45..5c8ee00 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ Strict, simple, lightweight RFC3339 functions ============================================= +Installation +----- +```bash +pip install strict-rfc3339 +``` + Goals -----