We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 066a23e commit edd830fCopy full SHA for edd830f
CONTRIBUTING.md
@@ -31,7 +31,7 @@ or miniconda installed cd into the xeus-cpp directory and set setup your environ
31
32
```bash
33
cd xeus-cpp
34
-micromamba create -n xeus-cpp environment-dev.yml
+micromamba create -f environment-dev.yml -y
35
micromamba activate xeus-cpp
36
```
37
@@ -56,4 +56,4 @@ and the python tests by executing
56
57
cd ../../test
58
pytest -sv test_xcpp_kernel.py
59
-```
+```
0 commit comments