Add installation of PyCardDav

This commit is contained in:
Christophe Buffenoir 2013-12-20 14:53:17 +01:00
parent b4113ad0ad
commit 32ffb9a0bf

View file

@ -20,6 +20,9 @@ touch ~/.zshrc-local
pip install --upgrade --user jedi
pip install --upgrade --user git+git://github.com/Lokaltog/powerline
pip install --upgrade --user pyCardDav
mkdir -p ~/.config/pycard
curl https://raw.github.com/geier/pycarddav/master/pycard.conf.sample > ~/.config/pycard/pycard.conf.sample
# Copy the graphical part if needed
if [ "$1" == '--graphic' ]