mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 09:15:34 +00:00
Install python libs
This commit is contained in:
parent
4ad576de67
commit
547eb10705
@ -9,11 +9,6 @@ Run the following command to install
|
|||||||
```sh
|
```sh
|
||||||
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/install.sh
|
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/install.sh
|
||||||
```
|
```
|
||||||
Install the needed Python packages
|
|
||||||
|
|
||||||
```sh
|
|
||||||
pip install -r requirements.txt
|
|
||||||
```
|
|
||||||
|
|
||||||
## Scripts
|
## Scripts
|
||||||
|
|
||||||
|
@ -120,9 +120,14 @@ function stow_dotfiles {
|
|||||||
stow mako
|
stow mako
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function install_python_libs {
|
||||||
|
pip install -r requirements.txt
|
||||||
|
}
|
||||||
|
|
||||||
setup
|
setup
|
||||||
systemd
|
systemd
|
||||||
update
|
update
|
||||||
dotfiles
|
dotfiles
|
||||||
stow_dotfiles
|
stow_dotfiles
|
||||||
|
install_python_libs
|
||||||
emacs
|
emacs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user