Skip to content
Snippets Groups Projects
Commit 399f1500 authored by David Schwarzmann's avatar David Schwarzmann
Browse files

Merge branch 'add-macos-py-dependencies' into 'main'

Update jwk-creation.md

See merge request !31
parents 2b6dfb5a 1ca317dc
No related branches found
No related tags found
1 merge request!31Update 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment