Skip to content

Instantly share code, notes, and snippets.

@jcreamer898
Created February 20, 2012 18:45
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcreamer898/1870646 to your computer and use it in GitHub Desktop.
Save jcreamer898/1870646 to your computer and use it in GitHub Desktop.
Setting up docco for Windows 7
  1. Download Python 2.7 http://www.python.org/download/releases/
  2. Download the setup tools http://pypi.python.org/pypi/setuptools
  3. Add python path to PYTHON_PATH environment variable
  4. Add %PYTHON_PATH% to PATH environment variable
  5. Add %PYTHON_PATH%\Scripts to PATH environment variable
  6. Install NodeJs http://nodejs.org
  7. Open a Command Window
  8. Run npm install -g coffee-script
  9. Run easy_install pygments
  10. Run npm install -g pygments
  11. Run npm install -g docco
  12. In theory, you're done! And now should be able to run docco myFile.js

http://lostechies.com/derickbailey/2011/12/14/annotated-source-code-as-documentation-with-docco/ http://draeton.github.com/documentation/javascript/build/coffeescript/2011/11/25/installing-docco-on-windows.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment