Skip to content

Commit 19f6ddb

Browse files
committed
Fix typo in README
1 parent e7d8ee6 commit 19f6ddb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,10 +51,12 @@ To further build the C++ examples, after cloning the repository and entering Pos
5151
To build Cython/Python bindings (make sure you are in PostMesh directory)
5252

5353
[sudo] python setup.py install
54-
# or using pip
54+
55+
Or using `pip`
56+
5557
python setup.py build_ext
5658
python setup.py bdist_wheel
57-
cd .. & pip install PostMesh
59+
cd .. && pip install PostMesh
5860

5961

6062
### Usage

0 commit comments

Comments
 (0)