Skip to content

Commit 452eb11

Browse files
authored
Update README.md
1 parent f5da435 commit 452eb11

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/tutorials/cpp/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ To run the examples locally you need to do the following:
1515
```
1616
pip install -r requirements.txt
1717
```
18-
1. Build [EmotiEffCppLib](../../../emotieffcpplib) with Libtorch and ONNXRuntime. It is important to
18+
2. Build [EmotiEffCppLib](../../../emotieffcpplib) with Libtorch and ONNXRuntime. It is important to
1919
build EmotiEffCppLib with flag: `-DBUILD_TESTS=ON` because we need
2020
to reuse one library which builds for tests. Also, it is required to build
2121
EmotiEffCppLib with flag: `-DBUILD_SHARED_LIBS=ON` because xeus-cling works
2222
only with shared libraries.
23-
2. Install [xeus-cling](https://github.com/jupyter-xeus/xeus-cling). Instruction how to build xeus-cling can be found [here](https://xeus-cling.readthedocs.io/en/latest/installation.html).
23+
3. Install [xeus-cling](https://github.com/jupyter-xeus/xeus-cling). Instruction how to build xeus-cling can be found [here](https://xeus-cling.readthedocs.io/en/latest/installation.html).
2424

2525
After installing xeus-cling, you should be able to check available kernels and see `xcpp17` kernel:
2626
```
@@ -31,14 +31,14 @@ To run the examples locally you need to do the following:
3131
xcpp14 /opt/anaconda3/envs/emotiefflib/share/jupyter/kernels/xcpp14
3232
xcpp17 /opt/anaconda3/envs/emotiefflib/share/jupyter/kernels/xcpp17
3333
```
34-
3. Prepare models for cpp runtime:
34+
4. Prepare models for cpp runtime:
3535
```
3636
python3 <EmotiEffLib_root>/models/prepare_models_for_emotieffcpplib.py
3737
```
38-
4. Download and unpack test data:
38+
5. Download and unpack test data:
3939
```
4040
cd <EmotiEffLib_root>/tests
4141
./download_test_data.sh
4242
tar -xzf data.tar.gz
4343
```
44-
5. Run jupyter notebook and select C++ kernel.
44+
6. Run jupyter notebook and select C++ kernel.

0 commit comments

Comments
 (0)