We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aae470 commit 234f96dCopy full SHA for 234f96d
README.md
@@ -34,10 +34,14 @@ Currently only Parquet available:
34
## Installation
35
36
```bash
37
-# From PyPI (coming soon)
+# From PyPI
38
+uv tool install datanomy
39
+## with pip
40
pip install datanomy
41
42
# From source
43
+uv tool install "datanomy @ git+https://github.com/raulcd/datanomy.git"
44
+## cloning the repo
45
git clone https://github.com/raulcd/datanomy.git
46
cd datanomy
47
uv sync
0 commit comments