Skip to content

Commit

Permalink
Minor update to docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlparkI committed Jul 11, 2024
1 parent ac30912 commit 2b9716a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ with installation of the pre-built binary, you can compile from source. This
is the best option in general because it ensures the package is optimized
for your particular platform but is slightly trickier. To do this, run:::

pip install xGPR --no-binary --verbose
pip install --no-binary :all: xGPR --verbose

We recommend running with the ``--verbose`` flag since this will ensure that
any error messages generated by CMake as it tries to compile the code are
Expand Down

0 comments on commit 2b9716a

Please sign in to comment.