File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,8 @@ source activate "xeus-cpp"
4444```
4545We will now install the dependencies needed to compile xeux-cpp from source within this environment by executing the following
4646``` bash
47- mamba install notebook cmake cxx-compiler xeus-zmq nlohmann_json=3.11.3 jupyterlab CppInterOp cpp-argparse pugixml doctest -c conda-forge
47+ micromamba create -f environment-dev.yml
48+ micromamba install jupyterlab -c conda-forge
4849```
4950Now you can compile the kernel from the source by executing (replace ` $CONDA_PREFIX ` with a custom installation prefix if need be)
5051``` bash
@@ -185,6 +186,12 @@ http://xeus-cpp.readthedocs.io
185186- [ argparse] ( https://github.com/p-ranav/argparse )
186187- [ CppInterOp] ( https://github.com/compiler-research/CppInterOp )
187188
189+ | ` xeus-cpp ` | ` xeus-zmq ` | ` CppInterOp ` | ` pugixml ` | ` cpp-argparse ` | ` nlohmann_json ` |
190+ | ------------| -----------------| --------------| -----------| ---------------| -----------------|
191+ | main | 3.1.0 | 1.7.0 | 1.15 | 3.2 | 3.12.0 |
192+
193+ ## Contributing
194+
188195See [ CONTRIBUTING.md] ( ./CONTRIBUTING.md ) to know how to contribute and set up a
189196development environment.
190197
You can’t perform that action at this time.
0 commit comments