mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-14 12:55:06 +08:00
14 lines
238 B
Markdown
14 lines
238 B
Markdown
# Python API
|
|
|
|
This directory help to generate C++ API documents for FastDeploy.
|
|
|
|
In this directory, execute the following command,
|
|
|
|
```
|
|
sudo apt-get install doxygen
|
|
|
|
doxygen
|
|
```
|
|
|
|
After execution, use browsers open `docs/html/index.html`
|