Update instruction

This commit is contained in:
Benoit Marty
2024-10-25 14:46:25 +02:00
parent 3b4664f102
commit 3c0b802b39

View File

@@ -10,7 +10,7 @@ import argparse
import hashlib
import json
import os
# Run `pip3 install requests` if not installed yet
# Run `pip3 install requests --break-system-packages` if not installed yet
import requests
# Run `pip3 install re` if not installed yet
import re