Wednesday, March 27, 2013

Installing Holopy

With the dependencies in place, I should have no trouble installing HoloPy from Launchpad right? I'll try.

I want to put HoloPy in /code/dhm/dev2:
bzr branch lp:holopy dev2

I get all kinds of bad messages about public key and stuff. But, I remember that launchpad has really good directions for setting that up.
https://help.launchpad.net/YourAccount/CreatingAnSSHKeyPair

Ok, now the branching with bazaar worked (bzr stands for bazaar).


bzr branch lp:holopy dev2
Branched 406 revisions.

Dependencies: check
Code: check
Installed?

python setup.py build_ext --inplace

It worked!!!!! From ipython, I ran the simple example from here:
http://manoharan.seas.harvard.edu/holopy/users/calc_tutorial.html#calc-tutorial
and it calculated a hologram and displayed it!

No comments:

Post a Comment