Skip to content

Commit 3df7988

Browse files
faze-geekvgvassilev
authored andcommitted
Minor: add string quotes in command
1 parent e122401 commit 3df7988

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ source activate "xeus-cpp"
4040
```
4141
We will now install the dependencies needed to compile xeux-cpp from source within this environment by executing the following
4242
```bash
43-
mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json=3.11.3 jupyterlab CppInterOp cpp-argparse<3.1 pugixml doctest -c conda-forge
43+
mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json=3.11.3 jupyterlab CppInterOp cpp-argparse"<3.1" pugixml doctest -c conda-forge
4444
```
4545
Now you can compile the kernel from the source by executing (replace `$CONDA_PREFIX` with a custom installation prefix if need be)
4646
```bash

0 commit comments

Comments
 (0)