Skip to content

Commit

Permalink
docs(python): add option
Browse files Browse the repository at this point in the history
  • Loading branch information
tpoisonooo committed Nov 25, 2022
1 parent c1133d5 commit 0e13118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ git submodule init && git submodule update
```bash
mkdir build
cd build
cmake -DNCNN_PYTHON=ON ..
cmake -DNCNN_PYTHON=ON -DNCNN_DISABLE_EXCEPTION=OFF ..
make
```

Expand Down

0 comments on commit 0e13118

Please sign in to comment.