Skip to content

Commit edd830f

Browse files
authored
doc: Fix micromamba development environment creation command (#141)
* doc: Fix micromamba development environment creation command Signed-off-by: Maharshi Basu <[email protected]> * doc: Update instruction for wasm and non-wasm builds Signed-off-by: Maharshi Basu <[email protected]> --------- Signed-off-by: Maharshi Basu <[email protected]>
1 parent 066a23e commit edd830f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ or miniconda installed cd into the xeus-cpp directory and set setup your environ
3131

3232
```bash
3333
cd xeus-cpp
34-
micromamba create -n xeus-cpp environment-dev.yml
34+
micromamba create -f environment-dev.yml -y
3535
micromamba activate xeus-cpp
3636
```
3737

@@ -56,4 +56,4 @@ and the python tests by executing
5656
```bash
5757
cd ../../test
5858
pytest -sv test_xcpp_kernel.py
59-
```
59+
```

0 commit comments

Comments
 (0)