From d39033e3fa4895599b9cfd0a15b76de9167dfe63 Mon Sep 17 00:00:00 2001 From: nakami Date: Thu, 29 Dec 2022 18:56:41 +0100 Subject: [PATCH] Mention env variable WDM_PROGRESS_BAR for disabling the progress bar (#475) --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 84fe3634..b4c0633f 100644 --- a/README.md +++ b/README.md @@ -223,6 +223,15 @@ import os os.environ['WDM_LOG'] = str(logging.NOTSET) ``` +### `WDM_PROGRESS_BAR` +Turn off the progress bar which is displayed on downloads: + +```python +import os + +os.environ['WDM_PROGRESS_BAR'] = str(0) +``` + ### `WDM_LOCAL` By default, all driver binaries are saved to user.home/.wdm folder. You can override this setting and save binaries to project.root/.wdm.