From 03aedf4eee4c51e0d85771a74e739e50f4a54bf8 Mon Sep 17 00:00:00 2001 From: Anketpratapsingh <72145331+Anketpratapsingh@users.noreply.github.com> Date: Fri, 2 Oct 2020 09:40:43 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d2564c5..d43509d 100644 --- a/README.md +++ b/README.md @@ -22,13 +22,13 @@ Verifier is built with the Django Framework. The following steps will install al       [Python Downloads](https://www.python.org/downloads/) - 2. Install pip + 2. Installing pip       `curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py`       `python get-pip.py`       [pip documentation](https://pip.pypa.io/en/stable/installing/) - 3. Install Django + 3. Installing Django       `pip install Django`       [Django Documentation](https://docs.djangoproject.com/en/2.2/topics/install/)