Difference between revisions of "User:Gordon/Optical Drive Testing Script/scratchpad"
Jump to navigation
Jump to search
(→Python) |
|||
| Line 11: | Line 11: | ||
* [http://code.google.com/p/cmdln/ cmdln] | * [http://code.google.com/p/cmdln/ cmdln] | ||
* [http://somethingaboutorange.com/mrl/projects/nose/0.11.1/ nose] (for testing) | * [http://somethingaboutorange.com/mrl/projects/nose/0.11.1/ nose] (for testing) | ||
| + | ** [http://ivory.idyll.org/articles/nose-intro.html examples] | ||
==Development installation== | ==Development installation== | ||
Revision as of 15:50, 2 January 2010
Dependencies
Ubuntu
- python-setuptools (?)
- python-virtualenv
- python-pip
- mercurial (won't be needed for a dpkg dependency, most likely)
Python
(Hopefully) see pip-requirements.txt once the project is closer to completion, and automatically install all these with pip.
Development installation
- Install all Ubuntu dependencies
- cd to the dir where you want the virtualenv containing the code to live.
virtualenv --no-site-packages lazerscd lazers. bin/activatepip install -E . yolk(optional, but useful)pip install -E . cmdlnpip install -E . nosemkdir srccd srchg clone http://bitbucket.org/gmfreegeek/lazers/