Skip to content

Commit aa9669f

Browse files
authored
Update README.md to address PR comment
1 parent 4acfc11 commit aa9669f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ cd ./xeus-cpp
3939
The safest usage of xeus-cpp from source is to build and install it within a clean environment named `xeus-cpp`. You can create and activate this environment
4040
with mamba by executing the following
4141
```bash
42-
mamba create -n "xeus-cpp"
43-
source activate "xeus-cpp"
44-
```
45-
We will now install the dependencies needed to compile xeux-cpp from source within this environment by executing the following
46-
```bash
4742
micromamba create -f environment-dev.yml
4843
micromamba install jupyterlab -c conda-forge
4944
```

0 commit comments

Comments
 (0)