We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c03b3fc commit eb2fe2bCopy full SHA for eb2fe2b
README.md
@@ -38,7 +38,7 @@ mamba install`xeus-cpp` notebook -c conda-forge
38
Or you can install it from the sources, you will first need to install dependencies
39
40
```bash
41
-mamba install cmake cxx-compiler xeus-zmq nlohmann_json cppzmq xtl jupyterlab clangdev cpp-argparse -c conda-forge
+mamba install cmake cxx-compiler xeus-zmq nlohmann_json cppzmq xtl jupyterlab clangdev=16 cpp-argparse pugixml -c conda-forge
42
```
43
44
Then you can compile the sources (replace `$CONDA_PREFIX` with a custom installation
0 commit comments