You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-18Lines changed: 5 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -39,12 +39,9 @@ cd ./xeus-cpp
39
39
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
40
40
with mamba by executing the following
41
41
```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
Versions prior to `0.5.0` have an additional dependency on [xtl](https://github.com/xtensor-stack/xtl), [clang](https://github.com/llvm/llvm-project/) & [cppzmq](https://github.com/zeromq/cppzmq)
0 commit comments