mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-08-03 13:55:30 +00:00
Python package dependencies
This commit is contained in:
@@ -9,6 +9,11 @@ Run the following command to install
|
|||||||
```sh
|
```sh
|
||||||
cd ~ && git clone git@github.com:AquaMorph/dotfiles.git && sh ~/dotfiles/scripts/setup.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
|
## Scripts
|
||||||
|
|
||||||
|
@@ -1 +1,6 @@
|
|||||||
configparser todoist-python tbapy holidays
|
configparser
|
||||||
|
todoist-python
|
||||||
|
tbapy
|
||||||
|
holidays
|
||||||
|
i3ipc
|
||||||
|
pyautogui
|
||||||
|
Reference in New Issue
Block a user