Skip to content

Commit 5e58fa5

Browse files
authored
Update install.py
modify mmvc_full to mmvc
1 parent f68c8af commit 5e58fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

facechain/utils/install.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from facechain.utils.config import root_path
1010

1111
plugin_name = os.path.basename(root_path)
12-
windows_not_install = ['mmcv_full\n']
12+
windows_not_install = ['mmcv\n']
1313

1414
def log(msg, end=None, file=None):
1515
print(f'{plugin_name} :', msg, end=end, file=file)

0 commit comments

Comments
 (0)