diff options
Diffstat (limited to 'python/tqdm/README')
-rw-r--r-- | python/tqdm/README | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/python/tqdm/README b/python/tqdm/README index 5700d663c3..2e90cc0c5a 100644 --- a/python/tqdm/README +++ b/python/tqdm/README @@ -5,3 +5,5 @@ tqdm(iterable), and you're done! from tqdm import tqdm for i in tqdm(range(9)): ... + +Optional dependency: python3 |