From ee234389ebc8d491aaf1a919849401da976db6ef Mon Sep 17 00:00:00 2001 From: neodarz Date: Tue, 10 Sep 2019 08:08:32 +0200 Subject: Use system package instead of pip --- install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'install.sh') 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 -- cgit v1.2.1