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/)