Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save skratchdot/cb4d4cada553a28128a2eb58e45bc63f to your computer and use it in GitHub Desktop.
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
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