Skip to content

Commit 9af3b8c

Browse files
authored
Update README.md to address readme comments
1 parent c01092e commit 9af3b8c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ source activate "xeus-cpp"
4444
```
4545
We 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
```
4950
Now 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+
188195
See [CONTRIBUTING.md](./CONTRIBUTING.md) to know how to contribute and set up a
189196
development environment.
190197

0 commit comments

Comments
 (0)