Browse Source

Update instruction

pull/3741/head
Benoit Marty 5 days ago
parent
commit
604dba774c
  1. 2
      tools/github/download_all_github_artifacts.py

2
tools/github/download_all_github_artifacts.py

@ -10,7 +10,7 @@ import argparse @@ -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

Loading…
Cancel
Save