From fc6408d0ae07553b76bb5e719778b6f9b7dba68b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20Bergstr=C3=B6m?= <davbe125@student.liu.se>
Date: Thu, 2 Aug 2018 14:00:08 +0200
Subject: [PATCH] Add another sentence in the build instructions

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

diff --git a/README.md b/README.md
index a4d2ad9..294b963 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,8 @@ First you need to make sure you got all the build dependencies:
 * git
 * python 3.6 or later (earlier might work, but untested)
 
+Now, you are ready to build the python library:
+
 1. Run `git clone --recurse-submodules 
    https://gitlab.ida.liu.se/davbe125/s2-python-api.git` in order to get the 
    code and all its dependencies
-- 
GitLab