Skip to content

Commit

Permalink
默认使用python3
Browse files Browse the repository at this point in the history
  • Loading branch information
黄宇扬 committed Jul 9, 2024
1 parent d309e60 commit f663549
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ cd $folder
cmake .. "$@"
make -j
cd tools
python setup.py sdist build
python setup.py bdist_wheel
python setup.py install
python3 setup.py sdist build
python3 setup.py bdist_wheel
python3 setup.py install

0 comments on commit f663549

Please sign in to comment.