Skip to content

Commit

Permalink
update generate_stubs.py to install_stubs.py so that pyhon3 install_s…
Browse files Browse the repository at this point in the history
…tubs.py can be installed directly
  • Loading branch information
Cheng Peng authored and strasdat committed Sep 25, 2023
1 parent 1108cb9 commit bf851e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions generate_stubs.py → install_stubs.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,5 @@
shell=True,
check=True,
)

subprocess.run("pip install sophus_pybind-stubs/", shell=True, check=True)

0 comments on commit bf851e0

Please sign in to comment.