From 4e9d69823467b3a1d15d553baa9450d6f3f76140 Mon Sep 17 00:00:00 2001 From: Manas Satish Bedmutha Date: Fri, 1 Feb 2019 09:40:18 +0530 Subject: [PATCH] Reversed order (1) and (2) in installation Reference to #1255 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e04f39..174ae9a 100644 --- a/README.md +++ b/README.md @@ -179,11 +179,11 @@ If you use Docker, the code has been verified to work on ## Installation -1. Install dependencies +1. Clone this repository +2. Install dependencies ```bash pip3 install -r requirements.txt ``` -2. Clone this repository 3. Run setup from the repository root directory ```bash python3 setup.py install -- GitLab