Skip to content

Commit ef0c5be

Browse files
committed
feat: README
1 parent 02f906a commit ef0c5be

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,23 +14,6 @@
1414
- Monitor export progress with a progress bar.
1515
- Automatically unpack zipped export files.
1616

17-
## Requirements
18-
19-
- Python 3.6+
20-
- Dependencies:
21-
- `enum`
22-
- `os`
23-
- `json`
24-
- `requests`
25-
- `datetime`
26-
- `multiprocessing`
27-
- `logging`
28-
- `time`
29-
- `shutil`
30-
- `tqdm`
31-
32-
Make sure to install the necessary libraries using `pip`.
33-
3417
## Usage
3518

3619
1. **Initialization**:
@@ -59,4 +42,21 @@ Make sure to install the necessary libraries using `pip`.
5942

6043
This will initiate the export, download, and unpacking processes for the pages defined.
6144

45+
## Requirements
46+
47+
- Python 3.6+
48+
- Dependencies:
49+
- `enum`
50+
- `os`
51+
- `json`
52+
- `requests`
53+
- `datetime`
54+
- `multiprocessing`
55+
- `logging`
56+
- `time`
57+
- `shutil`
58+
- `tqdm`
59+
60+
Make sure to install the necessary libraries using `pip`.
61+
6262
For more details or any issues, please raise a ticket or contact the maintainers.

0 commit comments

Comments
 (0)