mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(python): add yt-dlp and dependencies
This commit is contained in:
@@ -11,22 +11,27 @@ eval "$(pyenv virtualenv-init -)"
|
||||
|
||||
pyenv install 3.10.1
|
||||
|
||||
pip install fawkes
|
||||
pip install autopep8
|
||||
pip install black
|
||||
pip install yamllint
|
||||
pip install vim-vint
|
||||
pip install gitlint
|
||||
pip install codespell
|
||||
pip install proselint
|
||||
pip install flake8
|
||||
pip install neovim
|
||||
pip install awscli
|
||||
pip install black
|
||||
pip install certifi
|
||||
pip install codespell
|
||||
pip install fawkes
|
||||
pip install flake8
|
||||
pip install gitlint
|
||||
pip install jupyter
|
||||
pip install jupyterlab
|
||||
pip install jupyter_ascending
|
||||
pip install jupyterlab
|
||||
pip install mutagen
|
||||
pip install neovim
|
||||
pip install notebook
|
||||
pip install proselint
|
||||
pip install pycryptodomex
|
||||
pip install vim-vint
|
||||
pip install voila
|
||||
pip install websockets
|
||||
pip install yamllint
|
||||
pip install yt-dlp
|
||||
|
||||
jupyter nbextension install --py --sys-prefix jupyter_ascending
|
||||
jupyter nbextension enable jupyter_ascending --sys-prefix --py
|
||||
|
||||
Reference in New Issue
Block a user