Created
June 2, 2020 16:32
-
-
Save skratchdot/cb4d4cada553a28128a2eb58e45bc63f to your computer and use it in GitHub Desktop.
pip install - some python audio/video related libs i've installed to get various tools working
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 -m pip install --upgrade pip | |
python3 -m pip install --upgrade Pillow | |
python3 -m pip install --upgrade librosa | |
python3 -m pip install --upgrade pydub | |
python3 -m pip install --upgrade moviepy | |
python3 -m pip install --upgrade numpy scipy matplotlib ipython jupyter pandas sympy nose | |
python3 -m pip install --upgrade pysndfx | |
python3 -m pip install --upgrade pyopencl | |
python3 -m pip install --upgrade scikit-learn | |
python3 -m pip install --upgrade MulticoreTSNE | |
python3 -m pip install --upgrade rasterfairy-py3 | |
python3 -m pip install --upgrade pyyaml | |
python3 -m pip install --upgrade musdb | |
python3 -m pip install --upgrade norbert | |
python3 -m pip install --upgrade librosa | |
python3 -m pip install --upgrade youtube-dl |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment