Difference between revisions of "User:Gordon/Optical Drive Testing Script/scratchpad"
Jump to navigation
Jump to search
(→Python) |
|||
| Line 20: | Line 20: | ||
# <code>pip install -E . yolk</code> (optional, but useful) | # <code>pip install -E . yolk</code> (optional, but useful) | ||
# <code>pip install -E . cmdln</code> | # <code>pip install -E . cmdln</code> | ||
| + | # <code>pip install -E . nose</code> | ||
# <code>mkdir src</code> | # <code>mkdir src</code> | ||
# <code>cd src</code> | # <code>cd src</code> | ||
# <code>hg clone http://bitbucket.org/gmfreegeek/lazers/</code> | # <code>hg clone http://bitbucket.org/gmfreegeek/lazers/</code> | ||
Revision as of 15:21, 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/