Skip to content

Commit de6af30

Browse files
committed
Add missing text to README.md
1 parent 137e5c7 commit de6af30

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,20 @@ 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:
16+
1517
```{python}
18+
1619
pip install deep-tensor-py
20+
1721
```
1822

1923
The package can then be imported using
2024

2125
```{python}
26+
2227
import deep_tensor as dt
28+
2329
```
2430

2531
## Examples and Documentation

0 commit comments

Comments
 (0)