Skip to content

Commit

Permalink
Mention env variable WDM_PROGRESS_BAR for disabling the progress bar (S…
Browse files Browse the repository at this point in the history
  • Loading branch information
nakami authored Dec 29, 2022
1 parent 7043620 commit d39033e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d39033e

Please sign in to comment.