Skip to content

Commit e936f39

Browse files
docs: fix install instructions — remove broken PyPI/npm commands, add GitHub install
1 parent a1dd89e commit e936f39

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
[![CI](https://github.com/Coding-Dev-Tools/datamorph/actions/workflows/ci.yml/badge.svg)](https://github.com/Coding-Dev-Tools/datamorph/actions/workflows/ci.yml)
1111
[![License](https://img.shields.io/badge/license-MIT-green)](https://github.com/Coding-Dev-Tools/datamorph/blob/main/LICENSE)
1212
[![Open Source Alternative](https://img.shields.io/badge/Open_Source_Alternative-%E2%87%92-blue?logo=opensourceinitiative)](https://www.opensourcealternative.to/project/datamorph)
13-
[![LibHunt](https://img.shields.io/badge/LibHunt-%E2%87%92-blue?logo=codeigniter)](https://www.libhunt.com/r/Coding-Dev-Tools/datamorph)
1413

1514
> **Star this repo** if you work with data formats — it helps other developers find DataMorph!
1615
@@ -56,12 +55,12 @@ datamorph convert huge_file.csv output.parquet # Streams, no OOM
5655

5756
**pip (Python):**
5857
```bash
59-
pip install datamorph
58+
pip install git+https://github.com/Coding-Dev-Tools/datamorph.git
6059
```
6160

62-
**npm (Node.js wrapper):**
61+
**npm (Node.js wrapper — publishing pending):**
6362
```bash
64-
npm install -g datamorph-cli
63+
# Not yet available — install via pip instead
6564
```
6665
Then run: `datamorph --help`
6766

0 commit comments

Comments
 (0)