Skip to content

Commit fb373c2

Browse files
committed
feat: update readme
1 parent f4db3fa commit fb373c2

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,18 @@
1515
- Automatically unpack zipped export files.
1616

1717
## Usage
18+
1. **Download**:
1819

19-
1. **Initialization**:
20+
```bash
21+
pip install python-notion-exporter
22+
```
23+
24+
25+
2. **Initialization**:
2026

2127
```python
28+
from python_notion_exporter import NotionExporter
29+
2230
# Important to run in __main__ or in a method due to multiprocessing.
2331
if __name__ == "__main__":
2432
exporter = NotionExporter(

0 commit comments

Comments
 (0)