Migrate to conda (#461)

* Migrate from venv to conda

* Migrate from venv to conda
This commit is contained in:
Henry Ruhs
2024-03-28 19:37:19 +01:00
committed by GitHub
parent 02cca313aa
commit 6fd53b9229
5 changed files with 11 additions and 7 deletions
+2
View File
@@ -1,7 +1,9 @@
#!/usr/bin/env python3
import os
import subprocess
os.environ['PIP_BREAK_SYSTEM_PACKAGES'] = '1'
subprocess.call([ 'pip', 'install' , 'inquirer', '-q' ])
from facefusion import installer