Skip to content

Commit

Permalink
Merge pull request #153 from mlooz/readme-fix
Browse files Browse the repository at this point in the history
removed surplus space in installation instructions
  • Loading branch information
darioizzo authored Nov 15, 2022
2 parents dad7e5a + 4143ccb commit 6425e53
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/sphinx/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ this would typically look like:
-DPYKEP_BUILD_PYKEP=no \
-DPYKEP_BUILD_SPICE=yes \
-DPYKEP_BUILD_TESTS=yes \
-DCMAKE_INSTALL_PREFIX = ~/.local \
-DCMAKE_PREFIX_PATH = ~/.local \
-DCMAKE_INSTALL_PREFIX=~/.local \
-DCMAKE_PREFIX_PATH=~/.local \
-DCMAKE_BUILD_TYPE=Release \
../;
$ cmake --build . --target install
Expand Down Expand Up @@ -224,9 +224,9 @@ There we need to run cmake again with slightly different options:
-DPYKEP_BUILD_KEP_TOOLBOX=no \
-DPYKEP_BUILD_PYKEP=yes \
-DPYKEP_BUILD_TESTS=no \
-DCMAKE_INSTALL_PREFIX = ~/.local \
- DCMAKE_PREFIX_PATH = ~/.local \
- DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=~/.local \
-DCMAKE_PREFIX_PATH=~/.local \
-DCMAKE_BUILD_TYPE=Release \
../;
Watch carefully the message in the terminal where the installation path is given to check
Expand Down

0 comments on commit 6425e53

Please sign in to comment.