Skip to content

Commit 2460372

Browse files
authored
Update InstallationAndUsage.rst to address PR comment
1 parent 9af3b8c commit 2460372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/source/InstallationAndUsage.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ this environment by executing the following
2929

3030
.. code-block:: bash
3131
32-
mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json=3.11.3
33-
jupyterlab CppInterOp cpp-argparse pugixml doctest -c conda-forge
32+
micromamba create -f environment-dev.yml
33+
micromamba install jupyterlab -c conda-forge
3434
3535
Now you can compile the kernel from the source by executing (replace `$CONDA_PREFIX`
3636
with a custom installation prefix if need be)

0 commit comments

Comments
 (0)