diff --git a/tools/batch_print/README.md b/tools/batch_print/README.md index 6053caf..09e38bc 100644 --- a/tools/batch_print/README.md +++ b/tools/batch_print/README.md @@ -21,6 +21,20 @@ It requires a JSON file in the following format to register the data: "_snipeit_anydeskid_10": "" } ``` + +# Requirements + +## Python: + +``` +sudo apt install python3 python3-requests +``` + +## Network + +THe executing device needs to be in the Pxe Network (10.200.4.xxx). The "angestoepselt setup" SSID is an approriate WLAN for this. + Usage: -`python print.py -j {path to json file} -i {amount of devices that should be registered}` +`python3 print.py -j {path to json file} -i {amount of devices that should be registered}` +