Skip to content

Commit 3568f3e

Browse files
author
Matevz Morato
committed
Include prereleases on main
1 parent 3a677df commit 3568f3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ def hasWhitespace(string):
123123
# Install depthai depending on context
124124
if not git_context or git_branch == 'main':
125125
# Install latest pypi depthai release
126-
depthai_install_cmd = [*pip_package_install, '-U', '--force-reinstall', 'depthai']
126+
depthai_install_cmd = [*pip_package_install, '-U', '--force-reinstall', '--pre', 'depthai']
127127
if args.dry_run:
128128
prettyPrint(depthai_install_cmd)
129129
else:

0 commit comments

Comments
 (0)