Skip to content

Commit

Permalink
Fixed trailing slash in installation docs. closes #713
Browse files Browse the repository at this point in the history
  • Loading branch information
Helveg committed May 4, 2023
1 parent 1ce9708 commit d617900
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/usage/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ with a virtual environment activated.
pip install cmake cython
cmake .. \
-Dwith-mpi=ON \
-Dwith-python=ON \
make install -j8
-Dwith-python=ON
make install
Confirm your installation with:

Expand Down

0 comments on commit d617900

Please sign in to comment.