mirror of
https://github.com/kogakure/dotfiles.git
synced 2026-02-03 20:25:30 +00:00
chore(python): add more packages
This commit is contained in:
@@ -11,11 +11,13 @@ eval "$(pyenv virtualenv-init -)"
|
|||||||
|
|
||||||
pyenv install 3.10.1
|
pyenv install 3.10.1
|
||||||
|
|
||||||
|
pip install Pillow
|
||||||
pip install autopep8
|
pip install autopep8
|
||||||
pip install awscli
|
pip install awscli
|
||||||
pip install black
|
pip install black
|
||||||
pip install certifi
|
pip install certifi
|
||||||
pip install codespell
|
pip install codespell
|
||||||
|
pip install diffusers==0.3.0
|
||||||
pip install fawkes
|
pip install fawkes
|
||||||
pip install flake8
|
pip install flake8
|
||||||
pip install git+https://github.com/openai/whisper.git
|
pip install git+https://github.com/openai/whisper.git
|
||||||
@@ -26,8 +28,12 @@ pip install jupyterlab
|
|||||||
pip install mutagen
|
pip install mutagen
|
||||||
pip install neovim
|
pip install neovim
|
||||||
pip install notebook
|
pip install notebook
|
||||||
|
pip install numpy
|
||||||
pip install proselint
|
pip install proselint
|
||||||
pip install pycryptodomex
|
pip install pycryptodomex
|
||||||
|
pip install torch
|
||||||
|
pip install tqdm
|
||||||
|
pip install transformers
|
||||||
pip install vim-vint
|
pip install vim-vint
|
||||||
pip install voila
|
pip install voila
|
||||||
pip install websockets
|
pip install websockets
|
||||||
|
|||||||
Reference in New Issue
Block a user