Skip to content

Commit 3d102a4

Browse files
docs: add GitHub-based install fallback (pip install git+https://...)
1 parent 518c388 commit 3d102a4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Convert JSON files and datasets to SQL INSERT statements. Supports nested JSON,
1414
pip install json2sql
1515
```
1616

17+
Or install directly from GitHub:
18+
19+
```bash
20+
pip install git+https://github.com/Coding-Dev-Tools/json2sql.git
21+
```
22+
1723
## Quick Start
1824

1925
```bash

0 commit comments

Comments
 (0)