Skip to content

Commit ae5bde1

Browse files
authored
Merge pull request #17 from astrojuanlu/patch-1
Improve installation instructions
2 parents 1aae470 + 234f96d commit ae5bde1

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)