Added information about progress bar
This commit is contained in:
parent
16ebfd5518
commit
16825bc3b7
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -22,6 +22,18 @@ python convert.py
|
||||||
|
|
||||||
Scriptul este scris pentru Python 3.
|
Scriptul este scris pentru Python 3.
|
||||||
|
|
||||||
|
Deși rularea scriptului durează în jur de 3 secunde (setul de date 2020-2021), se afișează o bară de progres dacă este instalat `tqdm`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# Unix
|
||||||
|
pip3 install tqdm
|
||||||
|
```
|
||||||
|
|
||||||
|
```powershell
|
||||||
|
# Windows
|
||||||
|
pip install tqdm
|
||||||
|
```
|
||||||
|
|
||||||
## Schemă bază de date
|
## Schemă bază de date
|
||||||
|
|
||||||
Schema este validă pentru versiunea 2.
|
Schema este validă pentru versiunea 2.
|
||||||
|
|
Loading…
Add table
Reference in a new issue