Skip to content

Commit f43d6b4

Browse files
authored
Update InstallationAndUsage.rst
1 parent c439423 commit f43d6b4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/source/InstallationAndUsage.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ executing (replace `$CONDA_PREFIX` with a custom installation prefix if need be)
3434
cd build
3535
cmake .. -D CMAKE_PREFIX_PATH=$CONDA_PREFIX -D CMAKE_INSTALL_PREFIX=$CONDA_PREFIX -D CMAKE_INSTALL_LIBDIR=lib
3636
make check-xeus-cpp
37+
make install
3738
3839
and
3940

@@ -42,11 +43,8 @@ and
4243
cd ../test
4344
pytest -sv test_xcpp_kernel.py
4445
45-
to perform the python tests. After you have checked that the kernel passes all the tests, you can install it by executing
46-
47-
.. code-block:: bash
48-
49-
make install
46+
to perform the python tests.
47+
5048

5149
Installation within a mamba environment (wasm build instructions)
5250
========================

0 commit comments

Comments
 (0)