Commit Graph

4 Commits

Author SHA1 Message Date
Richard Frank a728ef2bf1 DEV: Merged updated Vagrantfile with vagrant_init.sh 2016-07-07 15:56:45 -04:00
Jonathan Kamens 622144fa75 BLD: Add "--exists-action w" to pip invocations 2015-07-23 15:58:13 -04:00
Philipp Kosel 7889f93522 BUG: Fix ta-lib url in vagrant init shell script. 2014-11-12 18:22:29 -05:00
John Ricklefs d9b7578eae Add a VirtualBox-based Vagrant config file.
This VagrantFile will, on "vagrant up"...

- Create a simple, minimal Precise Pangolin (12.04) Ubuntu 64 bit VM
- Customize the VM with 2 virtual CPU's and 2048MB of RAM
- Configure SSH for passwordless access (from the command-line)
- Add the required packages from the Ubuntu repo to support zipline
- Add (and compile) ta-lib
- Add the required Pip packages

When Vagrant is done, you can start hacking on zipline with:

vagrant ssh
cd /vagrant
python {some python script that uses zipline}
In the spirit of making this a disposable dev environment install
everything in site-packages.

"nosetests" and "examples/dual_moving_average.py" both succeed
after the configuration finishes.
2013-07-02 10:53:04 -04:00