From 547eb107057d3f63587f9311e29b4c2d04572443 Mon Sep 17 00:00:00 2001 From: Christian Colglazier Date: Fri, 24 Nov 2023 21:34:20 -0500 Subject: [PATCH] Install python libs --- README.md | 5 ----- install.sh | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 49379e2..637792a 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,6 @@ Run the following command to 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 diff --git a/install.sh b/install.sh index 7bfb475..1d6a606 100755 --- a/install.sh +++ b/install.sh @@ -120,9 +120,14 @@ function stow_dotfiles { stow mako } +function install_python_libs { + pip install -r requirements.txt +} + setup systemd update dotfiles stow_dotfiles +install_python_libs emacs