Skip to content

Commit 3aef8af

Browse files
committed
Update: README.md
1 parent 171c61e commit 3aef8af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ torchmcubes: marching cubes for PyTorch
66
## Install
77

88
```shell
9-
$ pip install git+https://github.com/tatsy/torchmcubes.git
9+
pip install git+https://github.com/tatsy/torchmcubes.git
1010
```
1111

1212
#### Build only
1313

1414
```shell
1515
# After cloning this repo...
16-
$ python setup.py build_ext -i
16+
python setup.py build_ext -i
1717
```
1818

1919
## Usage

0 commit comments

Comments
 (0)