Skip to content

Commit

Permalink
Fixed md files.
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnstRoell committed Jun 11, 2024
1 parent dca45d6 commit fa3a40b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ vertices, can be manually downloaded
A pytorch geometric wrapper for the dataset is installable via the following
command.

```{python}
```python
pip install mantra-dataset
```

After installation the dataset can be used with the follwing snippet.

```{python}
```python
from mantra.simplicial import SimplicialDataset

dataset = SimplicialDataset(root="./data", manifold="2", version="latest")
Expand Down

0 comments on commit fa3a40b

Please sign in to comment.