Python package dependencies

This commit is contained in:
Christian Colglazier 2020-10-29 10:13:30 -04:00
parent fa93d2fe9d
commit f21f0bd89f
2 changed files with 11 additions and 1 deletions

View File

@ -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

View File

@ -1 +1,6 @@
configparser todoist-python tbapy holidays
configparser
todoist-python
tbapy
holidays
i3ipc
pyautogui