Skip to content

Commit 7697273

Browse files
committed
docs: added pypi link to readme
1 parent be948c7 commit 7697273

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ A Library (with accompanying cli tool) to transform [Pandas](https://pandas.pyda
88
python -m pip install dgraphpandas
99
```
1010

11-
## Usage
11+
- [Documentation](https://kiran94.github.io/dgraphpandas/)
12+
- [PyPi](https://pypi.org/project/dgraphpandas/)
1213

13-
[Documentation](https://kiran94.github.io/dgraphpandas/)
14+
## Usage
1415

1516
### Command Line
1617

@@ -95,4 +96,4 @@ Alternatively, you could call the underlying methods
9596
intrinsic, edges = horizontal_transform('solar_system.csv', config, "planet")
9697
# Generate RDF Upsert statements
9798
intrinsic_upserts, edges_upserts = generate_upserts(intrinsic, edges)
98-
```
99+
```

0 commit comments

Comments
 (0)