diff --git a/docs/details/jwk-creation.md b/docs/details/jwk-creation.md
index 0b6ebc374b10e672b508c83ddfbc52a2be8b90c4..bad3a80b42b70035c589f4b59ec4b20c645febb7 100644
--- a/docs/details/jwk-creation.md
+++ b/docs/details/jwk-creation.md
@@ -39,12 +39,17 @@ Um das Skript zur Erstellung von JSON Web Keys auszuführen, werden zusätzliche
 
 Windows PowerShell:
 ```console
-PS C:\> pip install jwcrypto
+PS C:\> pip install jwcrypto pyOpenSSL
 ```
 
 Linux:
 ```console
-foo@bar:~$ pip install jwcrypto
+foo@bar:~$ pip install jwcrypto pyOpenSSL
+```
+
+macOS:
+```console
+> pip install jwcrypto pyOpenSSL
 ```
 
 ### Herunterladen des Python-Skrips