aboutsummaryrefslogtreecommitdiff
path: root/install.sh
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2019-09-10 08:08:32 +0200
committerneodarz <neodarz@neodarz.net>2019-09-10 08:08:32 +0200
commitee234389ebc8d491aaf1a919849401da976db6ef (patch)
treeebb04a81aa9ed71678bc82537364e41655f3fb23 /install.sh
parent9e49dde374668bad294afad1c536fa690b10a2e9 (diff)
downloaddotfiles-ee234389ebc8d491aaf1a919849401da976db6ef.tar.xz
dotfiles-ee234389ebc8d491aaf1a919849401da976db6ef.zip
Use system package instead of pip
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index 679bb93..81a0d56 100755
--- a/install.sh
+++ b/install.sh
@@ -209,7 +209,9 @@ echo "Install vdirsyncer..."
echo "install dotdrop..."
-#pip3 install -r dotdrop/requirements.txt --user
+#sudo pacman -S python-docopt
+#sudo pacman -S python-ruamel-yaml
+#sudo pacman -S python-jinja
#./dotdrop.sh install
#sudo ./dotdrop.sh install --cfg=system-config.yaml