labrad / pylabrad

python interface for labrad
52 stars 31 forks source link

Updating pylabrad with pip #203

Closed zibrov-zlobin closed 8 years ago

zibrov-zlobin commented 8 years ago

It seems that the package in pip doesn't have the latest changes to the datavault. had to do the following to update:

 pip uninstall pylabrad
 pip install git+git://github.com/labrad/pylabrad.git
DanielSank commented 8 years ago

Ok, thanks. I wonder if we can setup a hook to update pypi when we tag a commit.

jwenner commented 8 years ago

Can we now close this issue as PyPi now has a recent release?

maffoo commented 8 years ago

Yeah, should have been closed when #204 got merged.