Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down