mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 09:15:34 +00:00
Python package dependencies
This commit is contained in:
parent
fa93d2fe9d
commit
f21f0bd89f
@ -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
|
||||
|
||||
|
@ -1 +1,6 @@
|
||||
configparser todoist-python tbapy holidays
|
||||
configparser
|
||||
todoist-python
|
||||
tbapy
|
||||
holidays
|
||||
i3ipc
|
||||
pyautogui
|
||||
|
Loading…
x
Reference in New Issue
Block a user