Difference between revisions of "DeepFaceLab"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "==RHEL 8== <pre> pip3.6 install --user colorama pip3.6 install --user numpy </pre>") |
Michael.mast (talk | contribs) (→RHEL 8) |
||
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