Skip to content

Commit e51b7ad

Browse files
committed
Don't need git anymore on vagrant, as we can use the pyenchant release version now
1 parent 12d1d2d commit e51b7ad

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vagrant-bootstrap.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@ sudo apt-get update
55

66
# install things:
77
# python3.4-dev so we can install things with pip
8-
# git so pip can clone from repository
9-
# libenchant1c2a so python-enchant can use it
8+
# libenchant1c2a pyenchant dependency
109
# libxml2-dev python-lxml dependency
1110
# libxslt-dev python-lxml dependency
1211
# zlib1g-dev python-lxml dependency

0 commit comments

Comments
 (0)