Skip to content

Commit 234f96d

Browse files
authored
Improve installation instructions
1 parent 1aae470 commit 234f96d

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,14 @@ Currently only Parquet available:
3434
## Installation
3535

3636
```bash
37-
# From PyPI (coming soon)
37+
# From PyPI
38+
uv tool install datanomy
39+
## with pip
3840
pip install datanomy
3941

4042
# From source
43+
uv tool install "datanomy @ git+https://github.com/raulcd/datanomy.git"
44+
## cloning the repo
4145
git clone https://github.com/raulcd/datanomy.git
4246
cd datanomy
4347
uv sync

0 commit comments

Comments
 (0)