Skip to content

Commit

Permalink
fixed minor typos in README.md (#22)
Browse files Browse the repository at this point in the history
Co-authored-by: Vipul-Cariappa <[email protected]>
  • Loading branch information
Vipul-Cariappa and Vipul-Cariappa authored Jan 9, 2024
1 parent a6b7e5d commit 4225503
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ micromamba create -n xeus-python-dev \
--yes \
"python>=3.11" pybind11 nlohmann_json pybind11_json numpy pytest \
bzip2 sqlite zlib libffi xtl pyjs \
xeus xeus-sqlite
xeus xeus-sqlite xeus-lite
```

#### Build the kernel
Expand All @@ -120,15 +120,15 @@ cd build_wasm
emcmake cmake \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_FIND_ROOT_PATH_MODE_PACKAGE=ON \
-DCMAKE_INSTALL_PREFIX=$PREFIX
-DCMAKE_INSTALL_PREFIX=$PREFIX \
..
emmake make -j8 install
```

When running `jupyter lite build` we pass the `prefix` options and point it to the local environment / prefix we just created:

```bash
jupyter lite build --XeusAddon.prefix=$WASM_ENV_PREFIX
jupyter lite build --XeusAddon.prefix=$WASM_ENV_PREFIX
```

### Mounting additional files
Expand Down

0 comments on commit 4225503

Please sign in to comment.