Skip to content

Commit

Permalink
install mmyolo using pip install (try to fix #54)
Browse files Browse the repository at this point in the history
  • Loading branch information
wkpark committed Feb 16, 2024
1 parent 01ef029 commit db8acda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def install():
print(f"your mmengine version is {mmengine_version}")

if not legacy and not is_installed("mmyolo"):
run(f'"{python}" -m mim install mmyolo', desc="Installing mmyolo", errdesc="Couldn't install mmyolo")
run(f'"{python}" -m pip install mmyolo', desc="Installing mmyolo", errdesc="Couldn't install mmyolo")


req_file = os.path.join(os.path.dirname(os.path.realpath(__file__)), "requirements.txt")
Expand Down

0 comments on commit db8acda

Please sign in to comment.