Difference between revisions of "DeepFaceLab"

From Michael's Information Zone
Jump to navigation Jump to search
(Created page with "==RHEL 8== <pre> pip3.6 install --user colorama pip3.6 install --user numpy </pre>")
 
Line 3: Line 3:
 
pip3.6 install --user colorama
 
pip3.6 install --user colorama
 
pip3.6 install --user numpy
 
pip3.6 install --user numpy
 +
pip3.6 install --user scikit-build
 +
pip3.6 install --user opencv-python-headless
 
</pre>
 
</pre>

Revision as of 13:21, 16 September 2020

RHEL 8

pip3.6 install --user colorama
pip3.6 install --user numpy
pip3.6 install --user scikit-build
pip3.6 install --user opencv-python-headless