Skip to content

Commit

Permalink
Merge pull request OpenBazaar#320 from dionyziz/vagrant_requirements
Browse files Browse the repository at this point in the history
Vagrant now uses requirements.txt
  • Loading branch information
hoffmabc committed Sep 1, 2014
2 parents 6614631 + 13509b2 commit 3cf92ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.provision "shell", inline: <<-SCRIPT
apt-get update
apt-get install -y build-essential python-dev python-pip python-zmq sqlite3 libjpeg-dev zlib1g-dev tor privoxy gnupg rng-tools mongodb-clients libssl-dev
pip install tornado Twisted pycountry pillow python-gnupg mock qrcode requests python-obelisk ipy pyelliptic miniupnpc pysqlcipher
pip install -r requirements.txt
#easy_install sqlite3dbm websocket behave
easy_install sqlite_dbm websocket behave pybitcointools
cp -R /vagrant/ecdsa /usr/local/lib/python2.7/dist-packages/
Expand Down

0 comments on commit 3cf92ed

Please sign in to comment.