Skip to content

Commit

Permalink
Missing dev dependency in README (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Mar 22, 2023
1 parent f386e00 commit c049199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The ongoing effort to package xeus-python for pip takes place in the [xeus-pytho
Or you can install it from the sources, you will first need to install dependencies

```bash
mamba install cmake xeus nlohmann_json cppzmq xtl pybind11 pybind11_json xeus-python-shell jupyterlab -c conda-forge
mamba install cmake xeus xeus-zmq nlohmann_json cppzmq xtl pybind11 pybind11_json xeus-python-shell jupyterlab -c conda-forge
```

Then you can compile the sources (replace `$CONDA_PREFIX` with a custom installation prefix if need be)
Expand Down

0 comments on commit c049199

Please sign in to comment.