From 97b3dc6a1e6c843963b81b536ae67de7738dd716 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Batuhan=20Ta=C5=9Fkaya?= <btaskaya33@gmail.com>
Date: Fri, 3 May 2019 22:00:51 +0300
Subject: [PATCH] add pipenv installation directive

---
 README.md | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/README.md b/README.md
index 239f392..d91a05f 100644
--- a/README.md
+++ b/README.md
@@ -31,6 +31,10 @@ database:
 $ createdb my_project_dev
 ```
 
+Pipenv can be obtained by pip;
+```
+$ pip install pipenv
+```
 
 Use pipenv to activate your virtual environment if that exists else create one and activate.
 ```bash
-- 
2.18.1