Difference between revisions of "DeepFaceLab"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (→RHEL 8) |
Michael.mast (talk | contribs) (→RHEL 8) |
||
Line 6: | Line 6: | ||
pip3.6 install --user scikit-build | pip3.6 install --user scikit-build | ||
pip3.6 install --user opencv-python-headless | pip3.6 install --user opencv-python-headless | ||
+ | pip3.6 install --user tqdm | ||
+ | pip3.6 install --user ffmpeg | ||
</pre> | </pre> |
Revision as of 14:16, 16 September 2020
RHEL 8
sudo pip3.6 install --upgrade pip pip3.6 install --user colorama pip3.6 install --user numpy pip3.6 install --user scikit-build pip3.6 install --user opencv-python-headless pip3.6 install --user tqdm pip3.6 install --user ffmpeg