From 346a7269d320e8b80e410da7f179813a1dd5ad56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ivar=20H=C3=A4rnqvist?= <ivaha717@student.liu.se>
Date: Tue, 28 Apr 2020 11:56:20 +0200
Subject: [PATCH] update README

---
 README.md | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index fd98f919..20f28bee 100644
--- a/README.md
+++ b/README.md
@@ -8,17 +8,27 @@ How to build and debug the library during development.
 
 ### Prerequisites
 The following packages are required in order to build the library:
-* cmake 3.8+
+* C++:
+  * cmake 3.8+
   * gcc 7+/clang 7+/msvc 16+
   * fmtlib 5.2.1+
   * pybind11 2.3.0+
-* python 3.6+
+* Python:
+  * python 3.6+
   * setuptools
-  * wheel
   * pybind11
   * numpy
   * pyside2/pyqt5
 
+To build a binary distribution, the following additional packages are required:
+* Python:
+  * wheel
+
+To run the test suite, the following additional packages are required:
+* Python:
+  * pytest
+  * pytest-cov (for testing with coverage)
+
 ### Using CMake directly
 How to build using CMake.
 
-- 
GitLab