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