Skip to content

Commit

Permalink
install wheel from artifactory
Browse files Browse the repository at this point in the history
  • Loading branch information
zrezke committed Dec 6, 2023
1 parent a45b28a commit e5d8747
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions rerun_py/depthai_viewer/install_requirements.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,9 @@ def create_venv_and_install_dependencies() -> None:
"-m",
"pip",
"install",
# "depthai-sdk==1.11.0"
"git+https://github.com/luxonis/depthai@develop#subdirectory=depthai_sdk",
"depthai-sdk==1.13.1.dev0+b0340e0c4ad869711d7d5fff48e41c46fe41f475" "--extra-index-url",
"https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/",
# "git+https://github.com/luxonis/depthai@develop#subdirectory=depthai_sdk",
],
check=True,
)
Expand Down

0 comments on commit e5d8747

Please sign in to comment.