From f21f0bd89fe6b311231f2921513cb824740341e7 Mon Sep 17 00:00:00 2001 From: Christian Colglazier <christian@cacolglazier.com> Date: Thu, 29 Oct 2020 10:13:30 -0400 Subject: [PATCH] Python package dependencies --- README.md | 5 +++++ requirements.txt | 7 ++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6890397..9a04c98 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,11 @@ Run the following command to install ```sh cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/scripts/setup.sh ``` +Install the needed Python packages + +```sh +pip install -r requirements.txt +``` ## Scripts diff --git a/requirements.txt b/requirements.txt index 49398ec..24e405e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,6 @@ -configparser todoist-python tbapy holidays +configparser +todoist-python +tbapy +holidays +i3ipc +pyautogui