mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-10-05 16:48:03 +08:00
7 lines
98 B
Bash
7 lines
98 B
Bash
path=$(cd `dirname $0`; pwd)
|
|
cd $path
|
|
|
|
pip install pre-commit
|
|
pip install yapf
|
|
pre-commit install
|