diff --git a/doc/source/installation.rst b/doc/source/installation.rst
index bbdb0e1..74a69ac 100644
--- a/doc/source/installation.rst
+++ b/doc/source/installation.rst
@@ -1,7 +1,18 @@
Installation
***********************
-Before installing stormpy, make sure `storm `_ is installed.
+Requirements
+
+Before installing stormpy, make sure
+
+`pycarl `_
+`storm `_
+
+are both available on your system. To avoid issues, we suggest that both use the same version of `carl `_.
+The simplest way of ensuring this is to first install carl as explained in the `storm installation guide _'.
+You can then install storm and pycarl independently.
+
+
Clone stormpy into any suitable location::