Skip to content

Commit

Permalink
Vagrantfile: add git to requirements, and install from requirements.t…
Browse files Browse the repository at this point in the history
…xt and dev deps
  • Loading branch information
Hainish committed May 21, 2015
1 parent 7302167 commit eebe710
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@ VAGRANTFILE_API_VERSION = "2"
$ubuntu_setup_script = <<SETUP_SCRIPT
cd /vagrant
sudo ./bootstrap/ubuntu.sh
sudo apt-get -y --no-install-recommends install git
if [ ! -d "venv" ]; then
virtualenv --no-site-packages -p python2 venv
./venv/bin/pip install -e .
./venv/bin/pip install -r requirements.txt -e .[dev,docs,testing]
fi
SETUP_SCRIPT

Expand Down

0 comments on commit eebe710

Please sign in to comment.