Difference between revisions of "User:Gordon/Optical Drive Testing Script/scratchpad"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
 +
* http://club.myce.com/f34/dvd-rw-multisession-questions-306321/
 +
* http://club.myce.com/f33/best-media-optical-drive-testing-306320/
 +
* http://club.myce.com/f52/uniquely-iding-optical-discs-306323/
 +
 
==Dependencies==
 
==Dependencies==
 
===Ubuntu===
 
===Ubuntu===

Revision as of 10:56, 3 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

  1. Install all Ubuntu dependencies
  2. cd to the dir where you want the virtualenv containing the code to live.
  3. virtualenv --no-site-packages lazers
  4. cd lazers
  5. . bin/activate
  6. pip install -E . yolk (optional, but useful)
  7. pip install -E . cmdln
  8. pip install -E . nose (if you want to run the tests)
  9. mkdir src
  10. cd src
  11. hg clone http://bitbucket.org/gmfreegeek/lazers/