Re: [myhdl-list] migrating from myHDL-0.5.1 to myHDL_0.6
Brought to you by:
jandecaluwe
From: Günter D. <dan...@we...> - 2009-01-26 07:13:56
|
Sami Al Dalahmah wrote: > Dear Jan, > Thank you for your response. Maybe I should have been more precise, what I > should have said was "installation guide" . I have myHDL 0.5.1 with python > 2.5 on Ubuntu, if I want to have the new myHDL 0.6, should I remove the > 0.5.1 version or remove a specific files in the bin directory? Thank you for > your time and a job well done in myHDL. Hi Sami, The upgrade is Python standard procedure and it depends on how you installed MyHDL in the first place. If you have a RPM package (assuming there is one for Ubuntu) you can just run the update process and it will replace the old files. If you used the easy_install, there is an update feature. http://peak.telecommunity.com/DevCenter/EasyInstall#upgrading-a-package Now with the source installation (python setup.py install) I have to admit I always did it the rough way, by removing the site-package/myhdl folder and install the new package. I am not sure whether there is also something like an update feature? Cheers, Guenter |