Skip to content

Commit 8611ba6

Browse files
committed
Fix error in README.md
1 parent de6af30 commit 8611ba6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,16 @@ This package contains a [PyTorch](https://pytorch.org) implementation of the dee
1212

1313
## Installation
1414

15-
$\texttt{deep\_tensor}$ can be installed using pip:
15+
$\mathtt{deep\_tensor}$ can be installed using pip:
1616

1717
```{python}
18-
1918
pip install deep-tensor-py
20-
2119
```
2220

2321
The package can then be imported using
2422

2523
```{python}
26-
2724
import deep_tensor as dt
28-
2925
```
3026

3127
## Examples and Documentation

0 commit comments

Comments
 (0)